summaryrefslogtreecommitdiff
path: root/devel/shmap
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-11 05:19:52 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-11 05:19:52 +0000
commit0765257589ec3240b7fc8eed8e10f36e5dbea4f6 (patch)
tree0cb54e995db1816f4a1e28212c581fc528035dd9 /devel/shmap
parentAdd back USE_GMAKE which was accidentally removed during the upgrade. (diff)
upgrade to 0.3.2
Notes
Notes: svn path=/head/; revision=62791
Diffstat (limited to 'devel/shmap')
-rw-r--r--devel/shmap/Makefile4
-rw-r--r--devel/shmap/distinfo2
-rw-r--r--devel/shmap/files/patch-shmap_internals.h (renamed from devel/shmap/files/patch-shmap::core.h)10
-rw-r--r--devel/shmap/pkg-plist1
4 files changed, 9 insertions, 8 deletions
diff --git a/devel/shmap/Makefile b/devel/shmap/Makefile
index c3c4cf66c4a5..f16df549c015 100644
--- a/devel/shmap/Makefile
+++ b/devel/shmap/Makefile
@@ -7,8 +7,8 @@
#
PORTNAME= shmap
-PORTVERSION= 0.3
-PORTREVISION= 1
+PORTVERSION= 0.3.2
+PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/devel/shmap/distinfo b/devel/shmap/distinfo
index af2b5571dd74..6401ac17ee99 100644
--- a/devel/shmap/distinfo
+++ b/devel/shmap/distinfo
@@ -1 +1 @@
-MD5 (shmap-0.3.tar.gz) = 8677cec13dbb4da572e3b524423a1246
+MD5 (shmap-0.3.2.tar.gz) = 9df64a96cbd6ad6a26ccfaad01d4a866
diff --git a/devel/shmap/files/patch-shmap::core.h b/devel/shmap/files/patch-shmap_internals.h
index 34f72f9deccd..eb1bf767f3a4 100644
--- a/devel/shmap/files/patch-shmap::core.h
+++ b/devel/shmap/files/patch-shmap_internals.h
@@ -1,6 +1,6 @@
---- shmap/core.h.orig Wed Mar 6 01:38:37 2002
-+++ shmap/core.h Wed Mar 6 01:38:47 2002
-@@ -53,12 +53,14 @@
+--- shmap/shmap_internals.h.orig Thu Jul 11 13:16:52 2002
++++ shmap/shmap_internals.h Thu Jul 11 13:17:13 2002
+@@ -85,12 +85,14 @@
#define CORE_LOCK(l,m) if ( l != NULL ) _core_lock(l,SHMAP_LOCK_WRITE);
#define CORE_UNLOCK(l) if ( l != NULL ) _core_unlock(l);
@@ -13,5 +13,5 @@
};
+#endif
-
- #endif
+ /**
+ * Module pointer definitions
diff --git a/devel/shmap/pkg-plist b/devel/shmap/pkg-plist
index 9844fbb38e6f..1423ac6a36bb 100644
--- a/devel/shmap/pkg-plist
+++ b/devel/shmap/pkg-plist
@@ -1,4 +1,5 @@
include/shmap.h
+include/shmap_config.h
lib/libshmap.a
lib/libshmap.so
lib/libshmap.so.0