diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-11-04 03:04:38 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-11-04 03:04:38 +0000 |
commit | 6cc464ff579fbba294347a31a99a753ea6a73e86 (patch) | |
tree | adb7cec90ca5ba346785385941b18cdb5886d6a0 /www/snownews | |
parent | ce553fda11d823c656fb11e1d6f14f6239fe5a1a (diff) |
- update to 1.5.5.1
- respect CC
Approved by: co-mentor (vanilla)
Notes
Notes:
svn path=/head/; revision=120745
Diffstat (limited to 'www/snownews')
-rw-r--r-- | www/snownews/Makefile | 5 | ||||
-rw-r--r-- | www/snownews/distinfo | 4 | ||||
-rw-r--r-- | www/snownews/files/patch-Makefile | 11 |
3 files changed, 10 insertions, 10 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 66df77719ee9..7cc9bb0d1d19 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -7,7 +7,7 @@ # PORTNAME= snownews -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5.1 CATEGORIES= www MASTER_SITES= http://kiza.kcore.de/software/snownews/download/ @@ -23,6 +23,7 @@ MAN1= snownews.1 MANLANG= "" de nl fr it ru_RU.KOI8-R post-patch: - @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|g' ${WRKSRC}/platform_settings + @${REINPLACE_CMD} -e 's|CFLAGS=|CFLAGS+=|g' ${WRKSRC}/platform_settings + @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/www/snownews/distinfo b/www/snownews/distinfo index ea13a25ad39d..f8f106326355 100644 --- a/www/snownews/distinfo +++ b/www/snownews/distinfo @@ -1,2 +1,2 @@ -MD5 (snownews-1.5.4.tar.gz) = 1165207017bbda339b6091946289b984 -SIZE (snownews-1.5.4.tar.gz) = 132028 +MD5 (snownews-1.5.5.1.tar.gz) = 53eca38d08f8621b28c6f16795353fa6 +SIZE (snownews-1.5.5.1.tar.gz) = 139990 diff --git a/www/snownews/files/patch-Makefile b/www/snownews/files/patch-Makefile index c023c43c85d5..aa660b290108 100644 --- a/www/snownews/files/patch-Makefile +++ b/www/snownews/files/patch-Makefile @@ -1,14 +1,13 @@ ---- Makefile.orig Sat Jun 5 00:38:57 2004 -+++ Makefile Fri Jul 9 15:27:31 2004 +--- Makefile.orig Mon Nov 1 05:09:14 2004 ++++ Makefile Thu Nov 4 10:59:09 2004 @@ -1,5 +1,5 @@ --CC= gcc + CC= gcc -MAKE= make -+CC= cc +MAKE= gmake INSTALL= install - #PREFIX= /usr/local # Now defined via configure LOCALEPATH= $(PREFIX)/share/locale -@@ -77,7 +77,6 @@ + +@@ -76,7 +76,6 @@ mkdir -p $(PREFIX)/man/man1; \ fi $(INSTALL) -m 0644 $(MAN)/snownews.1 $(PREFIX)/man/man1 |