aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2004-07-12 20:07:48 +0800
committersem <sem@FreeBSD.org>2004-07-12 20:07:48 +0800
commit8d5408c230184d047782ea39366d61fcfc575c15 (patch)
tree0e55695932a0603dd49d79a2009cae6c853b59e5
parent363ef702f13c985d07a174d2a5f04b672971a69c (diff)
downloadfreebsd-ports-gnome-8d5408c230184d047782ea39366d61fcfc575c15.tar.gz
freebsd-ports-gnome-8d5408c230184d047782ea39366d61fcfc575c15.tar.zst
freebsd-ports-gnome-8d5408c230184d047782ea39366d61fcfc575c15.zip
Update to 1.5.3
PR: 68849 Submitted by: maintainer Approved by: krion (mentor)
-rw-r--r--www/snownews/Makefile4
-rw-r--r--www/snownews/distinfo4
-rw-r--r--www/snownews/files/patch-Makefile23
-rw-r--r--www/snownews/files/patch-platform_settings8
4 files changed, 19 insertions, 20 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile
index c385e8d50c24..4542d1707ba4 100644
--- a/www/snownews/Makefile
+++ b/www/snownews/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= snownews
-PORTVERSION= 1.5.2
+PORTVERSION= 1.5.3
CATEGORIES= www
MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/
@@ -23,6 +23,6 @@ MAN1= snownews.1
MANLANG= "" de nl fr it ru_RU.KOI8-R
post-patch:
- @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|g' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|g' ${WRKSRC}/platform_settings
.include <bsd.port.mk>
diff --git a/www/snownews/distinfo b/www/snownews/distinfo
index f1e288846bcd..b612784183e5 100644
--- a/www/snownews/distinfo
+++ b/www/snownews/distinfo
@@ -1,2 +1,2 @@
-MD5 (snownews-1.5.2.tar.gz) = 0e29ba35717a47811fca24e1fa07d8d2
-SIZE (snownews-1.5.2.tar.gz) = 122543
+MD5 (snownews-1.5.3.tar.gz) = 35aa49e42ac5232bf8ac0163e3793d4a
+SIZE (snownews-1.5.3.tar.gz) = 123717
diff --git a/www/snownews/files/patch-Makefile b/www/snownews/files/patch-Makefile
index a25f77a4ec0e..c023c43c85d5 100644
--- a/www/snownews/files/patch-Makefile
+++ b/www/snownews/files/patch-Makefile
@@ -1,23 +1,14 @@
---- Makefile.orig Wed Apr 14 12:01:59 2004
-+++ Makefile Sat Jun 5 17:15:12 2004
-@@ -1,12 +1,13 @@
+--- Makefile.orig Sat Jun 5 00:38:57 2004
++++ Makefile Fri Jul 9 15:27:31 2004
+@@ -1,5 +1,5 @@
-CC= gcc
-MAKE= make
-+CC?= gcc
-+MAKE?= gmake
++CC= cc
++MAKE= gmake
INSTALL= install
--PREFIX= /usr/local
-+#PREFIX= /usr/local
+ #PREFIX= /usr/local # Now defined via configure
LOCALEPATH= $(PREFIX)/share/locale
-
- ### Compiler/linker flags ###
- CFLAGS= -Wall -O2 -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
- LDFLAGS= -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS)
-+EXTRA_LDFLAGS = -lintl
-
- ### Object files ###
- OBJFILES= main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o categories.o about.o cookies.o setup.o net-support.o digcalc.o md5.o filters.o
-@@ -79,7 +80,6 @@
+@@ -77,7 +77,6 @@
mkdir -p $(PREFIX)/man/man1; \
fi
$(INSTALL) -m 0644 $(MAN)/snownews.1 $(PREFIX)/man/man1
diff --git a/www/snownews/files/patch-platform_settings b/www/snownews/files/patch-platform_settings
new file mode 100644
index 000000000000..a2799cd338e5
--- /dev/null
+++ b/www/snownews/files/patch-platform_settings
@@ -0,0 +1,8 @@
+--- platform_settings.orig Sat Jun 5 00:38:57 2004
++++ platform_settings Mon Jul 12 15:03:32 2004
+@@ -1,3 +1,4 @@
+-PREFIX= /usr/local
++#PREFIX= /usr/local
+ CFLAGS= -Wall -g -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
+ LDFLAGS= -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS)
++EXTRA_LDFLAGS= -lintl