diff options
author | arved <arved@FreeBSD.org> | 2003-04-25 07:13:46 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-04-25 07:13:46 +0800 |
commit | f8e50d3749c8d1702ee885f53671821476d321d5 (patch) | |
tree | 5038a6f27cc9c9089db22f3150e32ac2fe383c66 | |
parent | 0820024f6fe06eb0916a1b27ea1f59e045a6e594 (diff) | |
download | freebsd-ports-gnome-f8e50d3749c8d1702ee885f53671821476d321d5.tar.gz freebsd-ports-gnome-f8e50d3749c8d1702ee885f53671821476d321d5.tar.zst freebsd-ports-gnome-f8e50d3749c8d1702ee885f53671821476d321d5.zip |
Update to 1.0.1
PR: 51204
Submitted by: maintainer
-rw-r--r-- | devel/libhash/Makefile | 12 | ||||
-rw-r--r-- | devel/libhash/distinfo | 2 | ||||
-rw-r--r-- | devel/libhash/pkg-plist | 2 |
3 files changed, 12 insertions, 4 deletions
diff --git a/devel/libhash/Makefile b/devel/libhash/Makefile index 4f95b2986a01..7afb153325e7 100644 --- a/devel/libhash/Makefile +++ b/devel/libhash/Makefile @@ -6,9 +6,11 @@ # PORTNAME= libhash -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/libhash/ +MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/libhash/ \ + ftp://ftp.megamirror.com/pub/ugh/unix/libhash/ \ + http://ftp.megamirror.com/pub/ugh/unix/libhash/ MAINTAINER= andrew@ugh.net.au COMMENT= A library for manipulating hash tables @@ -34,4 +36,10 @@ MLINKS= libhash.3 hash_initialise.3 \ INSTALLS_SHLIB= yes +.if defined(NOPROFILE) +PLIST_SUB+= BUILT_PROFILE="@comment " +.else +PLIST_SUB+= BUILT_PROFILE="" +.endif + .include <bsd.port.mk> diff --git a/devel/libhash/distinfo b/devel/libhash/distinfo index 36734b616518..934af803f8cd 100644 --- a/devel/libhash/distinfo +++ b/devel/libhash/distinfo @@ -1 +1 @@ -MD5 (libhash-1.0.tar.gz) = cab97ab5212847baedff9241c22be629 +MD5 (libhash-1.0.1.tar.gz) = 426f32e49397ab26531574a995a8554b diff --git a/devel/libhash/pkg-plist b/devel/libhash/pkg-plist index e0867333cba2..93d313abf944 100644 --- a/devel/libhash/pkg-plist +++ b/devel/libhash/pkg-plist @@ -2,4 +2,4 @@ include/hash.h lib/libhash.so.1 lib/libhash.so lib/libhash.a -lib/libhash_p.a +%%BUILT_PROFILE%%lib/libhash_p.a |