diff options
author | Eric Melville <eric@FreeBSD.org> | 2002-04-18 21:51:29 +0000 |
---|---|---|
committer | Eric Melville <eric@FreeBSD.org> | 2002-04-18 21:51:29 +0000 |
commit | 4a6fe7d25d9646815a27935eef95870f882226b7 (patch) | |
tree | a85e647e7d7d5035231c6bb5838a140ce8337dbf /www/skipstone | |
parent | Respect $DESTDIR for all paths (diff) |
Update to latest distfile (0.8.1).
Submitted by: Jeff Brown <jabrown@sdsc.edu>
Notes
Notes:
svn path=/head/; revision=57867
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-aa | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile index 4b63b7249e9e..cb2e7a50f4a6 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 0029f9674784..2d40217709f2 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 0f7510bc8f16..8479d90536ae 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 |