diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-10 19:03:11 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-10 19:03:11 +0000 |
commit | 710aeb89c88b9b9af25f14523dc3c320235ec1cc (patch) | |
tree | 1314611f7ea2d6fad1920af2a556629113b1c20b /devel/ossp-cfg | |
parent | c9bd7048ce676499b49d21c2d60762078eb7a7f2 (diff) | |
download | FreeBSD-ports-710aeb89c88b9b9af25f14523dc3c320235ec1cc.zip FreeBSD-ports-710aeb89c88b9b9af25f14523dc3c320235ec1cc.tar.gz |
Update to 0.9.3.
PR: ports/66381
Submittted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'devel/ossp-cfg')
-rw-r--r-- | devel/ossp-cfg/Makefile | 6 | ||||
-rw-r--r-- | devel/ossp-cfg/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/ossp-cfg/Makefile b/devel/ossp-cfg/Makefile index 7bc73d8..5e8a31a 100644 --- a/devel/ossp-cfg/Makefile +++ b/devel/ossp-cfg/Makefile @@ -8,7 +8,7 @@ # PORTNAME= cfg -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.3 CATEGORIES= devel MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/cfg/ PKGNAMEPREFIX= ossp- @@ -18,10 +18,8 @@ COMMENT= A library for parsing arbitrary C/C++-style configuration files LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex -USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 CONFIGURE_ARGS= --with-ex=${LOCALBASE} -USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/devel/ossp-cfg/distinfo b/devel/ossp-cfg/distinfo index 47c4651..ada5a72 100644 --- a/devel/ossp-cfg/distinfo +++ b/devel/ossp-cfg/distinfo @@ -1,2 +1,2 @@ -MD5 (cfg-0.9.1.tar.gz) = 0a156a7bc6b562db966bf9c8987164f0 -SIZE (cfg-0.9.1.tar.gz) = 343365 +MD5 (cfg-0.9.3.tar.gz) = 5acc51ae0395451b71d8ea02b456a8b8 +SIZE (cfg-0.9.3.tar.gz) = 334305 |