diff options
author | sem <sem@FreeBSD.org> | 2005-02-07 04:01:17 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-07 04:01:17 +0800 |
commit | 9432fca222c0a907a21876f09e7adc0eb2c794bf (patch) | |
tree | e6173609507b0279421018a31f67779e9527217a /devel | |
parent | 6830474827f3b396560eb3a472b260fcbdbbe18c (diff) | |
download | freebsd-ports-gnome-9432fca222c0a907a21876f09e7adc0eb2c794bf.tar.gz freebsd-ports-gnome-9432fca222c0a907a21876f09e7adc0eb2c794bf.tar.zst freebsd-ports-gnome-9432fca222c0a907a21876f09e7adc0eb2c794bf.zip |
- Update to 1.0.3
PR: ports/77174
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libhash/Makefile | 2 | ||||
-rw-r--r-- | devel/libhash/distinfo | 4 | ||||
-rw-r--r-- | devel/libhash/files/patch-Makefile | 12 |
3 files changed, 3 insertions, 15 deletions
diff --git a/devel/libhash/Makefile b/devel/libhash/Makefile index 7afb153325e7..c105f142c40f 100644 --- a/devel/libhash/Makefile +++ b/devel/libhash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libhash -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.3 CATEGORIES= devel MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/libhash/ \ ftp://ftp.megamirror.com/pub/ugh/unix/libhash/ \ diff --git a/devel/libhash/distinfo b/devel/libhash/distinfo index e0df5dffd821..9c122cd6bcba 100644 --- a/devel/libhash/distinfo +++ b/devel/libhash/distinfo @@ -1,2 +1,2 @@ -MD5 (libhash-1.0.1.tar.gz) = 426f32e49397ab26531574a995a8554b -SIZE (libhash-1.0.1.tar.gz) = 8759 +MD5 (libhash-1.0.3.tar.gz) = 6f432c72d4b29928fada9c28b26dc3b0 +SIZE (libhash-1.0.3.tar.gz) = 8918 diff --git a/devel/libhash/files/patch-Makefile b/devel/libhash/files/patch-Makefile deleted file mode 100644 index daf3c29dbef3..000000000000 --- a/devel/libhash/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig Sun Jun 16 03:28:47 2002 -+++ Makefile Sun Jun 16 03:29:04 2002 -@@ -22,7 +22,8 @@ - SHLIB_MAJOR= 1 - - PREFIX?= /usr/local --INCDIR= ${PREFIX}/include -+INCSDIR=${PREFIX}/include -+INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk - LIBDIR= ${PREFIX}/lib - MANDIR= ${PREFIX}/man/man - |