diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-06 20:01:17 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-06 20:01:17 +0000 |
commit | 65d001e29d207e41b0217b308265ec45a29c2091 (patch) | |
tree | 2f9ed261f9b7471f92ac87167d4bd9647e2e928c /devel/libhash | |
parent | a5a2a0c909e1c7e4d67c3a41b96159bc9ed8ee73 (diff) | |
download | ports-65d001e29d207e41b0217b308265ec45a29c2091.tar.gz ports-65d001e29d207e41b0217b308265ec45a29c2091.zip |
Notes
Diffstat (limited to 'devel/libhash')
-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 - |