Update to 2.3.8.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gkrellm
|
||||
PORTVERSION= 2.3.7
|
||||
PORTVERSION= 2.3.8
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= sysutils ipv6
|
||||
MASTER_SITES= http://gkrellm.srcbox.net/releases/ \
|
||||
@@ -39,7 +39,7 @@ USES+= gettext
|
||||
MAKE_ENV+= enable_nls=0
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MOPENSSL}
|
||||
USE_OPENSSL= yes
|
||||
USES+= ssl
|
||||
MAKE_ENV+= without-gnutls=1
|
||||
.else
|
||||
MAKE_ENV+= without-gnutls=1 without-ssl=1
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1465143229
|
||||
SHA256 (gkrellm-2.3.7.tar.bz2) = f7a4642d2cc6b61242215e58e1bd8fe394e6fd984cd3c3f8964c1c554029735d
|
||||
SIZE (gkrellm-2.3.7.tar.bz2) = 777841
|
||||
TIMESTAMP = 1473295543
|
||||
SHA256 (gkrellm-2.3.8.tar.bz2) = 8064ec03ac151c22d716e08d09851102e9deeb2156a265d97f5cf7ad547fa9e3
|
||||
SIZE (gkrellm-2.3.8.tar.bz2) = 659164
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- Makefile.orig 2016-06-03 16:29:10 UTC
|
||||
--- Makefile.orig 2016-09-05 18:22:42 UTC
|
||||
+++ Makefile
|
||||
@@ -3,7 +3,9 @@
|
||||
# make
|
||||
@@ -20,15 +20,6 @@
|
||||
debug=0
|
||||
export enable_nls
|
||||
export debug
|
||||
@@ -131,7 +133,7 @@ all gkrellm: gkrellm.pc
|
||||
(cd server && ${MAKE} gkrellmd)
|
||||
|
||||
gkrellm.pc: Makefile
|
||||
- echo 'prefix=$(INSTALLROOT)\n'\
|
||||
+ printf 'prefix=$(INSTALLROOT)\n'\
|
||||
'Name: GKrellM\n'\
|
||||
'Description: Extensible GTK system monitoring application\n'\
|
||||
'Version: $(VERSION)\n'\
|
||||
@@ -151,8 +153,8 @@ uninstall:
|
||||
rm -f $(PKGCONFIGDIR)/gkrellm.pc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user