diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-24 23:13:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-24 23:13:46 +0000 |
commit | fe14c0f48b576a2fc4bbf093733c28daae337318 (patch) | |
tree | bba86e36b8af26704029d2a9986472ed71bae5c4 /devel/libhash | |
parent | Update to 4.1.0. New Maintainer: Mike Patterson <mike.patterson@unb.ca> (diff) |
Update to 1.0.1
PR: 51204
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=79609
Diffstat (limited to 'devel/libhash')
-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 |