diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-07-14 03:28:27 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-07-14 03:28:27 +0000 |
commit | b5d897a22c24c20aa8e453713425b8137d3ff8b4 (patch) | |
tree | 36d3515bf118d66516abd96eff05cde503327512 /www/surf | |
parent | 7fda00e20dc834e6ba46adf560ef8a47e7e0747f (diff) |
Notes
Diffstat (limited to 'www/surf')
-rw-r--r-- | www/surf/Makefile | 6 | ||||
-rw-r--r-- | www/surf/distinfo | 6 | ||||
-rw-r--r-- | www/surf/files/patch-config.mk | 9 |
3 files changed, 10 insertions, 11 deletions
diff --git a/www/surf/Makefile b/www/surf/Makefile index 8d5ce4d13a7b..7e4b5159dade 100644 --- a/www/surf/Makefile +++ b/www/surf/Makefile @@ -6,11 +6,9 @@ # PORTNAME= surf -PORTVERSION= 0.3 -PORTREVISION= 2 +PORTVERSION= 0.4 CATEGORIES= www -MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ \ - LOCAL/glarkin +MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ MAINTAINER= jigboe@gmx.de COMMENT= A simple Web browser based on WebKit/Gtk+ diff --git a/www/surf/distinfo b/www/surf/distinfo index 8bd34c700acf..8b9738e2ff46 100644 --- a/www/surf/distinfo +++ b/www/surf/distinfo @@ -1,3 +1,3 @@ -MD5 (surf-0.3.tar.gz) = 0b7bbe58f0ca140f1fb7aac09c4319d9 -SHA256 (surf-0.3.tar.gz) = 652a9ddb0a82a6350fabbc7c8d8a9f852b8c838263f892ac7695dfcdd5b31842 -SIZE (surf-0.3.tar.gz) = 9838 +MD5 (surf-0.4.tar.gz) = 1a7f1bf219f2da0b97c20802bcf498c7 +SHA256 (surf-0.4.tar.gz) = f45f8be98a47894a5d93656ee4a20266a1f9c9ba9dfbd3bed25df7f6ac4799c5 +SIZE (surf-0.4.tar.gz) = 10089 diff --git a/www/surf/files/patch-config.mk b/www/surf/files/patch-config.mk index d19ad65c9123..6a8561dc8d6d 100644 --- a/www/surf/files/patch-config.mk +++ b/www/surf/files/patch-config.mk @@ -1,6 +1,6 @@ ---- config.mk 2009-10-30 13:41:02.000000000 +0100 -+++ config.mk 2009-12-21 19:25:11.000000000 +0100 -@@ -4,25 +4,25 @@ VERSION = 0.3 +--- config.mk.orig 2010-05-30 16:05:25.000000000 -0400 ++++ config.mk 2010-07-12 20:08:08.000000000 -0400 +@@ -4,25 +4,26 @@ # Customize below to fit your system # paths @@ -24,10 +24,11 @@ # flags -CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} --LDFLAGS = -s ${LIBS} +-LDFLAGS = -g ${LIBS} +CPPFLAGS+= -DVERSION=\"${VERSION}\" +CFLAGS+= -std=c99 ${INCS} ${CPPFLAGS} +LDFLAGS+= ${LIBS} ++ # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |