aboutsummaryrefslogtreecommitdiff
path: root/devel/libhash
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libhash')
-rw-r--r--devel/libhash/Makefile2
-rw-r--r--devel/libhash/distinfo4
-rw-r--r--devel/libhash/files/patch-Makefile12
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
-