diff options
author | eric <eric@FreeBSD.org> | 2001-12-01 13:49:01 +0800 |
---|---|---|
committer | eric <eric@FreeBSD.org> | 2001-12-01 13:49:01 +0800 |
commit | 46ae231532e2654f1cac85003b0dc3ce37378659 (patch) | |
tree | dbec4072489b2c35f41a6b6710e0e8b8eaa0c436 /www/skipstone | |
parent | 1b5ea3d65564acd97fa7928895e25a58e6e68102 (diff) | |
download | freebsd-ports-gnome-46ae231532e2654f1cac85003b0dc3ce37378659.tar.gz freebsd-ports-gnome-46ae231532e2654f1cac85003b0dc3ce37378659.tar.zst freebsd-ports-gnome-46ae231532e2654f1cac85003b0dc3ce37378659.zip |
Update to latest distfile.
Diffstat (limited to 'www/skipstone')
-rw-r--r-- | www/skipstone/Makefile | 2 | ||||
-rw-r--r-- | www/skipstone/distinfo | 2 | ||||
-rw-r--r-- | www/skipstone/files/patch-ab | 12 |
3 files changed, 10 insertions, 6 deletions
diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile index 3f2efec33f55..c2183b8e29a7 100644 --- a/www/skipstone/Makefile +++ b/www/skipstone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= skipstone -PORTVERSION= 0.7.6 +PORTVERSION= 0.7.7 CATEGORIES= www MASTER_SITES= http://www.muhri.net/skipstone/ diff --git a/www/skipstone/distinfo b/www/skipstone/distinfo index 96642c3f0072..a6b7416b5ef8 100644 --- a/www/skipstone/distinfo +++ b/www/skipstone/distinfo @@ -1 +1 @@ -MD5 (skipstone-0.7.6.tar.gz) = 63dab20c03331d159e3b648a8ab77523 +MD5 (skipstone-0.7.7.tar.gz) = 23e3afb908a66834dee8b44de4021955 diff --git a/www/skipstone/files/patch-ab b/www/skipstone/files/patch-ab index 9b986f3ea2df..b2066757614f 100644 --- a/www/skipstone/files/patch-ab +++ b/www/skipstone/files/patch-ab @@ -1,13 +1,17 @@ ---- config.mk.orig Thu Nov 8 14:35:29 2001 -+++ config.mk Thu Nov 8 14:36:53 2001 +--- config.mk.orig Fri Nov 30 21:37:54 2001 ++++ config.mk Fri Nov 30 21:40:06 2001 @@ -1,4 +1,4 @@ -PREFIX=/usr/local +PREFIX=$(X11BASE) PLUGINDIR=$(HOME)/.skipstone/plugins MOZILLA_INCLUDES = \ -@@ -71,13 +71,13 @@ - -L$(PREFIX)/lib/mozilla \ +@@ -71,16 +71,16 @@ + + MOZILLA_LIBS = \ + -L/usr/lib/mozilla \ +- -L$(PREFIX)/lib/mozilla \ ++ -L$(PREFIX)/lib/mozilla-embedded \ -lgtkembedmoz -lplds4 -lplc4 -lnspr4 -lgtksuperwin -lxpcom -GTK_LIBS = $(shell gtk-config --libs) |