diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-02-03 15:27:04 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-02-03 15:27:04 +0000 |
commit | ce6367c6cacdc86a2a6d57e7cf2ac60bdc338c74 (patch) | |
tree | 3bfe62b56531c197d67d6b483518a220c0b17b07 /devel/sgb | |
parent | 6be28babe5b29c1e33a467172f72b78599ac579d (diff) | |
download | ports-ce6367c6cacdc86a2a6d57e7cf2ac60bdc338c74.tar.gz ports-ce6367c6cacdc86a2a6d57e7cf2ac60bdc338c74.zip |
Notes
Diffstat (limited to 'devel/sgb')
-rw-r--r-- | devel/sgb/Makefile | 4 | ||||
-rw-r--r-- | devel/sgb/distinfo | 6 | ||||
-rw-r--r-- | devel/sgb/files/patch-Makefile | 15 |
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) |