Index: head/www/snownews/Makefile =================================================================== --- head/www/snownews/Makefile (revision 106011) +++ head/www/snownews/Makefile (revision 106012) @@ -1,27 +1,30 @@ # ex:ts=8 # New ports collection makefile for: snownews # Date created: Nov 3 2003 # Whom: Cheng-Lung Sung # # $FreeBSD$ # PORTNAME= snownews -PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= www MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/ MAINTAINER= clsung@dragon2.net COMMENT= A text mode RSS newsreader BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 USE_GETTEXT= yes USE_GMAKE= yes USE_ICONV= yes +USE_REINPLACE= yes MAN1= snownews.1 MANLANG= "" de nl fr it + +post-patch: + @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|g' ${WRKSRC}/Makefile .include Property changes on: head/www/snownews/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/www/snownews/distinfo =================================================================== --- head/www/snownews/distinfo (revision 106011) +++ head/www/snownews/distinfo (revision 106012) @@ -1,2 +1,2 @@ -MD5 (snownews-1.4.4.tar.gz) = 67b6d2baaea20561fb828b431b39b77c -SIZE (snownews-1.4.4.tar.gz) = 99098 +MD5 (snownews-1.5.1.tar.gz) = e5c36a0199e7b18ddfc6ad0df6da9330 +SIZE (snownews-1.5.1.tar.gz) = 111095 Property changes on: head/www/snownews/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/www/snownews/files/patch-Makefile.inc =================================================================== --- head/www/snownews/files/patch-Makefile.inc (revision 106011) +++ head/www/snownews/files/patch-Makefile.inc (revision 106012) @@ -1,14 +1,17 @@ ---- Makefile.inc.orig Fri Jan 23 20:13:29 2004 -+++ Makefile.inc Tue Jan 27 15:46:37 2004 -@@ -1,5 +1,5 @@ - CC = gcc +--- Makefile.inc.orig Sun Mar 7 22:41:07 2004 ++++ Makefile.inc Sat Apr 3 09:05:38 2004 +@@ -1,10 +1,11 @@ +-CC = gcc -MAKE = make ++CC ?= gcc +MAKE = gmake INSTALL = install - PREFIX = /usr/local +-PREFIX = /usr/local ++#PREFIX = /usr/local LOCALEPATH = $(PREFIX)/share/locale -@@ -8,3 +8,4 @@ - doc po \ - main.c interface.c netio.c xmlparse.c updatecheck.c os-support.c conversions.c dialog.c ui-support.c categories.c about.c cookies.c \ - config.h version.h main.h interface.h netio.h xmlparse.h updatecheck.h os-support.h conversions.h dialog.h ui-support.h categories.h about.h cookies.h + DISTFILES = AUTHOR COPYING CREDITS Changelog README README.de README.colors README.patching INSTALL INSTALL.solaris INSTALL.FreeOpenNetBSD opml2snow \ + Makefile Makefile.inc Makefile.solaris \ + doc po scripts \ + main.c interface.c netio.c xmlparse.c updatecheck.c os-support.c conversions.c dialog.c ui-support.c categories.c about.c cookies.c setup.c net-support.c digcalc.c md5.c filters.c \ + config.h version.h main.h interface.h netio.h xmlparse.h updatecheck.h os-support.h conversions.h dialog.h ui-support.h categories.h about.h cookies.h setup.h net-support.h digcalc.h md5.h filters.h +EXTRA_LDFLAGS = -lintl -liconv Property changes on: head/www/snownews/files/patch-Makefile.inc ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/snownews/files/patch-doc::man::Makefile =================================================================== --- head/www/snownews/files/patch-doc::man::Makefile (nonexistent) +++ head/www/snownews/files/patch-doc::man::Makefile (revision 106012) @@ -0,0 +1,10 @@ +--- doc/man/Makefile.orig Sat Apr 3 09:11:44 2004 ++++ doc/man/Makefile Sat Apr 3 09:11:54 2004 +@@ -17,7 +17,6 @@ + mkdir -p $(PREFIX)/man/man1; \ + fi + $(INSTALL) -m 0644 snownews.1 $(PREFIX)/man/man1 +- $(INSTALL) -m 0644 opml2snow.1 $(PREFIX)/man/man1 + $(MAKE) -C de install-man + $(MAKE) -C nl install-man + $(MAKE) -C fr install-man Property changes on: head/www/snownews/files/patch-doc::man::Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property