aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sgb
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2007-02-03 23:27:04 +0800
committergerald <gerald@FreeBSD.org>2007-02-03 23:27:04 +0800
commitac85c788e0db89b2ca547c72157fc717a17dbf7f (patch)
tree6b2a1d4de2902f0c86f67a00ff4adefe07769231 /devel/sgb
parent875f529a51c68df0ff1f2dcc167aa9958bd06061 (diff)
downloadfreebsd-ports-gnome-ac85c788e0db89b2ca547c72157fc717a17dbf7f.tar.gz
freebsd-ports-gnome-ac85c788e0db89b2ca547c72157fc717a17dbf7f.tar.zst
freebsd-ports-gnome-ac85c788e0db89b2ca547c72157fc717a17dbf7f.zip
Update to version 20050409. This is just a few minor documentation changes,
but people my wonder why we are not up-to-date otherwise. Tweak Makefile to allow installation into a virgin ${PREFIX}.
Diffstat (limited to 'devel/sgb')
-rw-r--r--devel/sgb/Makefile4
-rw-r--r--devel/sgb/distinfo6
-rw-r--r--devel/sgb/files/patch-Makefile15
3 files changed, 18 insertions, 7 deletions
diff --git a/devel/sgb/Makefile b/devel/sgb/Makefile
index 90c64b8eb340..24d5a6d368ce 100644
--- a/devel/sgb/Makefile
+++ b/devel/sgb/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= sgb
-PORTVERSION= 20030623
+PORTVERSION= 20050409
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.stanford.edu/pub/sgb/ \
${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
-DISTNAME= sgb-2003-06-23
+DISTNAME= sgb-2005-04-09
MAINTAINER= gerald@FreeBSD.org
COMMENT= The Stanford GraphBase: A Platform for Combinatorial Computing
diff --git a/devel/sgb/distinfo b/devel/sgb/distinfo
index 683578b02c53..71027947c6fb 100644
--- a/devel/sgb/distinfo
+++ b/devel/sgb/distinfo
@@ -1,3 +1,3 @@
-MD5 (sgb-2003-06-23.tar.gz) = f0e62655aa77b032ea61a13e3deb1c10
-SHA256 (sgb-2003-06-23.tar.gz) = dc911a3abd0bad1a528e89fc7f06135e05845ca7996ddf44559d3cc73d5eb7b5
-SIZE (sgb-2003-06-23.tar.gz) = 493974
+MD5 (sgb-2005-04-09.tar.gz) = 658cfebc8572a6cd959bd75c494771b7
+SHA256 (sgb-2005-04-09.tar.gz) = 6bdc7ae65adb44776156ba5165fa297cc84b89263aac21f479f611a0049446d7
+SIZE (sgb-2005-04-09.tar.gz) = 493841
diff --git a/devel/sgb/files/patch-Makefile b/devel/sgb/files/patch-Makefile
index 1f59f7ceb125..c47748e8abff 100644
--- a/devel/sgb/files/patch-Makefile
+++ b/devel/sgb/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Dec 27 23:27:24 1999
-+++ Makefile Fri May 2 14:43:29 2003
+--- Makefile Mon Dec 27 23:27:24 1999
++++ /home/pfeifer/Makefile Sat Feb 3 16:08:07 2007
@@ -8,22 +8,22 @@
# current directory. (Not recommended for serious users.)
@@ -28,3 +28,14 @@
# SHORTCUT: Uncomment these lines, for single-directory installation:
#DATADIR = .
+@@ -130,9 +130,9 @@
+ install: lib
+ if test ! -r certified; then echo "Please run 'make tests' first!"; fi
+ test -r certified
+- make installdata
+ - mkdir $(LIBDIR)
+ - cp libgb.a $(LIBDIR)
++ make installdata
+ - mkdir $(CWEBINPUTS)
+ - cp -p boilerplate.w gb_types.w $(CWEBINPUTS)
+ - mkdir $(INCLUDEDIR)