diff options
author | eric <eric@FreeBSD.org> | 2002-04-18 21:51:29 +0000 |
---|---|---|
committer | eric <eric@FreeBSD.org> | 2002-04-18 21:51:29 +0000 |
commit | 39a78b6126b2449393fddf9ef0d0e311fe3b48a7 (patch) | |
tree | ec959afd87391611c06d3ecdcdebf2aa7d52a546 | |
parent | d3e1f82c0d7d25387ebe34a254ec4d3e3fe9f8b5 (diff) | |
download | FreeBSD-ports-39a78b6126b2449393fddf9ef0d0e311fe3b48a7.zip FreeBSD-ports-39a78b6126b2449393fddf9ef0d0e311fe3b48a7.tar.gz |
Update to latest distfile (0.8.1).
Submitted by: Jeff Brown <jabrown@sdsc.edu>
-rw-r--r-- | www/skipstone/Makefile | 2 | ||||
-rw-r--r-- | www/skipstone/distinfo | 2 | ||||
-rw-r--r-- | www/skipstone/files/patch-aa | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile index 4b63b72..cb2e7a5 100644 --- a/www/skipstone/Makefile +++ b/www/skipstone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= skipstone -PORTVERSION= 0.7.9 +PORTVERSION= 0.8.1 CATEGORIES= www MASTER_SITES= http://www.muhri.net/skipstone/ diff --git a/www/skipstone/distinfo b/www/skipstone/distinfo index 0029f96..2d40217 100644 --- a/www/skipstone/distinfo +++ b/www/skipstone/distinfo @@ -1 +1 @@ -MD5 (skipstone-0.7.9.tar.gz) = 0a627264880f4d88f3db248db5552616 +MD5 (skipstone-0.8.1.tar.gz) = c620c039023e17d7c0027b8edaa17dde diff --git a/www/skipstone/files/patch-aa b/www/skipstone/files/patch-aa index 0f7510b..8479d90 100644 --- a/www/skipstone/files/patch-aa +++ b/www/skipstone/files/patch-aa @@ -1,11 +1,11 @@ ---- src/Makefile.orig Thu Nov 8 14:34:21 2001 -+++ src/Makefile Thu Nov 8 14:34:51 2001 -@@ -7,7 +7,7 @@ - DOWNLOADOBJS = skipdownload.o - PROG = skipstone - BINARY = skipstone-bin +--- src/Makefile.orig Thu Apr 18 00:49:56 2002 ++++ src/Makefile Thu Apr 18 00:50:25 2002 +@@ -12,7 +12,7 @@ + ifeq ($(freebsd),1) + LIBS = $(GTK_LIBS) $(MOZILLA_LIBS) -lc_r + else -LIBS = $(GTK_LIBS) $(MOZILLA_LIBS) -lpthread +LIBS = $(GTK_LIBS) $(MOZILLA_LIBS) -pthread + endif LOCALEDIR ?= /usr/share/locale - export LOCALEDIR |