diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-24 07:29:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-24 07:29:01 +0000 |
commit | 734849de3f88f315421b5bce3ddee8f511ba06de (patch) | |
tree | a09506aaa91c209483d9849682da68b79c37314c /devel/ossp-l2 | |
parent | aaa6122e20ec294b9231df7339a2c46759633962 (diff) |
Update to 0.9.5: remove log0...4 macros; bugfixes.
PR: ports/63174
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Notes
Notes:
svn path=/head/; revision=101943
Diffstat (limited to 'devel/ossp-l2')
-rw-r--r-- | devel/ossp-l2/Makefile | 11 | ||||
-rw-r--r-- | devel/ossp-l2/distinfo | 4 |
2 files changed, 4 insertions, 11 deletions
diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile index bfd9553dd55d..32ddd809bc98 100644 --- a/devel/ossp-l2/Makefile +++ b/devel/ossp-l2/Makefile @@ -8,9 +8,7 @@ # PORTNAME= l2 -PORTVERSION= 0.9.1 -PORTREVISION= 1 -PORTEPOCH= 0 +PORTVERSION= 0.9.5 CATEGORIES= devel MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/l2/ PKGNAMEPREFIX= ossp- @@ -21,13 +19,8 @@ COMMENT= A C library for a flexible and sophisticated Unix logging facility USE_GMAKE= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes +INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" || ${ARCH} == "amd64" -BROKEN= "Does not compile on alpha or amd64" -.endif - .include "${FILESDIR}/manpages.mk" .include <bsd.port.post.mk> diff --git a/devel/ossp-l2/distinfo b/devel/ossp-l2/distinfo index 18929b7225cc..54c085f82d00 100644 --- a/devel/ossp-l2/distinfo +++ b/devel/ossp-l2/distinfo @@ -1,2 +1,2 @@ -MD5 (l2-0.9.1.tar.gz) = 399e21ed85fafc5bcf1b984140da3932 -SIZE (l2-0.9.1.tar.gz) = 309514 +MD5 (l2-0.9.5.tar.gz) = 7fb6f016bd177e82c652def9173b6d6a +SIZE (l2-0.9.5.tar.gz) = 414654 |