diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-09-04 01:30:13 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-09-04 01:30:13 +0800 |
commit | 8827515958098981406fa407564db1b10d01da6c (patch) | |
tree | f5807161f55e2b6bf5ba5a1b20252f199f73fb97 /devel | |
parent | 48a5f8b6e683a21e93c7aeb7748111241e75eb24 (diff) | |
download | freebsd-ports-gnome-8827515958098981406fa407564db1b10d01da6c.tar.gz freebsd-ports-gnome-8827515958098981406fa407564db1b10d01da6c.tar.zst freebsd-ports-gnome-8827515958098981406fa407564db1b10d01da6c.zip |
- Update to 0.24 [1]
- Respect ${CC}
- Unconditionally define ${PORTDOCS}, since ${NOPORTDOCS} is now
checked by bsd.port.mk
- s/YES/yes/
[1]:
PR: ports/85689
Submitted by: maintainer
Diffstat (limited to 'devel')
-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 |