diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-03 17:30:13 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-03 17:30:13 +0000 |
commit | 8bdd716c10b322e0bcb23eff567c19cfb3626762 (patch) | |
tree | 43ec8c041832fadf30118f71a375f17b0ca71d3b /devel/libowfat | |
parent | 19687d28890af5293e0575e6006d94d343231aa2 (diff) | |
download | ports-8bdd716c10b322e0bcb23eff567c19cfb3626762.tar.gz ports-8bdd716c10b322e0bcb23eff567c19cfb3626762.zip |
Notes
Diffstat (limited to 'devel/libowfat')
-rw-r--r-- | devel/libowfat/Makefile | 10 | ||||
-rw-r--r-- | devel/libowfat/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/libowfat/Makefile b/devel/libowfat/Makefile index f279116f537b..16845171a764 100644 --- a/devel/libowfat/Makefile +++ b/devel/libowfat/Makefile @@ -6,18 +6,18 @@ # PORTNAME= libowfat -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= devel ipv6 MASTER_SITES= http://dl.fefe.de/ MAINTAINER= tmseck@netcologne.de COMMENT= A general purpose library based on code by D. J. Bernstein -USE_BZIP2= YES -USE_GMAKE= YES +USE_BZIP2= yes +USE_GMAKE= yes MAKEFILE= GNUmakefile -MAKE_ENV+= INSTALL="${INSTALL}" +MAKE_ENV= INSTALL="${INSTALL}" CC="${CC}" OPTIONS= LIBOWFAT_OPTIMIZED_CFLAGS "Use optimized CFLAGS" on @@ -36,9 +36,7 @@ include= array.h buffer.h byte.h case.h dns.h errmsg.h fmt.h \ uint16.h uint32.h uint64.h PLIST_DIRS= include/libowfat PLIST_FILES= ${include:S,^,include/libowfat/,} lib/libowfat.a -.if!defined(NOPORTDOCS) PORTDOCS= CHANGES README TODO -.endif post-install: .if !defined(NOPORTDOCS) diff --git a/devel/libowfat/distinfo b/devel/libowfat/distinfo index 73d546dbaaa0..95fba27ea1d9 100644 --- a/devel/libowfat/distinfo +++ b/devel/libowfat/distinfo @@ -1,2 +1,2 @@ -MD5 (libowfat-0.23.tar.bz2) = 08b0686d2423dc586fe732ee3c51b0c3 -SIZE (libowfat-0.23.tar.bz2) = 113666 +MD5 (libowfat-0.24.tar.bz2) = a38b74998a45fd6c47e93e0fec1f6560 +SIZE (libowfat-0.24.tar.bz2) = 112302 |