diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-14 14:33:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-14 14:33:36 +0000 |
commit | ed5a663f9054911b3c38a00e48f817a701969b1e (patch) | |
tree | 58e0d05e439f00a901e6dfe9f7213475d884e5c9 | |
parent | f85d2e36aea5480f85b782de987ad996ad56c761 (diff) | |
download | ports-ed5a663f9054911b3c38a00e48f817a701969b1e.tar.gz ports-ed5a663f9054911b3c38a00e48f817a701969b1e.zip |
- Update to 0.9.42
- Add CONFIGURE_ARGS: --enable-network-trav
Changes: http://libymp.cvs.sourceforge.net/viewvc/libymp/libYGP/ChangeLog
PR: ports/153944
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=267781
-rw-r--r-- | devel/libYGP/Makefile | 4 | ||||
-rw-r--r-- | devel/libYGP/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libYGP/Makefile b/devel/libYGP/Makefile index 0308b5511ac3..fb4ab977f4c6 100644 --- a/devel/libYGP/Makefile +++ b/devel/libYGP/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= libYGP -PORTVERSION= 0.9.41 +PORTVERSION= 0.9.42 CATEGORIES= devel MASTER_SITES= SF/libymp/libymp/libYGP-${PORTVERSION} DISTNAME= libYGP-${PORTVERSION} @@ -24,7 +24,7 @@ USE_LDCONFIG= yes USE_GETTEXT= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-gmp\ - --disable-static --disable-rpath + --disable-static --disable-rpath --enable-network-trav USE_GMAKE= yes .if ${PORTNAME:M*XGP} diff --git a/devel/libYGP/distinfo b/devel/libYGP/distinfo index f8ad3e8a2c2e..cab00f1653f1 100644 --- a/devel/libYGP/distinfo +++ b/devel/libYGP/distinfo @@ -1,2 +1,2 @@ -SHA256 (libYGP-0.9.41.tar.bz2) = c468599fea8793a6a0361cdb4bb5859c6caaf124ecdad3c7f0abd77fa6cda211 -SIZE (libYGP-0.9.41.tar.bz2) = 771133 +SHA256 (libYGP-0.9.42.tar.bz2) = ad854f01a7a2e771e2ef4974e72db53687a9599536bafc5d831c199f635e1ff1 +SIZE (libYGP-0.9.42.tar.bz2) = 793844 |