aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-27 19:17:31 +0800
committerpav <pav@FreeBSD.org>2004-01-27 19:17:31 +0800
commit6a3de41b422b4486b0c0346d31ce9d8f12edd461 (patch)
tree26166c067b49a10b7f39905351b9e9624b3bca9f /www
parent83049a64f1ec8388f2d5b8e5b93364912b28e438 (diff)
downloadfreebsd-ports-graphics-6a3de41b422b4486b0c0346d31ce9d8f12edd461.tar.gz
freebsd-ports-graphics-6a3de41b422b4486b0c0346d31ce9d8f12edd461.tar.zst
freebsd-ports-graphics-6a3de41b422b4486b0c0346d31ce9d8f12edd461.zip
- Update to 1.4.4
PR: ports/61982 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/snownews/Makefile2
-rw-r--r--www/snownews/distinfo2
-rw-r--r--www/snownews/files/patch-Makefile13
-rw-r--r--www/snownews/files/patch-Makefile.inc9
-rw-r--r--www/snownews/pkg-plist1
5 files changed, 10 insertions, 17 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile
index 18aa2dced43..6a7b3d1b2a5 100644
--- a/www/snownews/Makefile
+++ b/www/snownews/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= snownews
-PORTVERSION= 1.4.2
+PORTVERSION= 1.4.4
CATEGORIES= www
MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/
diff --git a/www/snownews/distinfo b/www/snownews/distinfo
index dba51fdba8a..6f638321d58 100644
--- a/www/snownews/distinfo
+++ b/www/snownews/distinfo
@@ -1 +1 @@
-MD5 (snownews-1.4.2.tar.gz) = 6597c1edb9ff0e070df4de4d35df7db4
+MD5 (snownews-1.4.4.tar.gz) = 67b6d2baaea20561fb828b431b39b77c
diff --git a/www/snownews/files/patch-Makefile b/www/snownews/files/patch-Makefile
deleted file mode 100644
index 1d935c562be..00000000000
--- a/www/snownews/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig Wed Dec 24 02:28:09 2003
-+++ Makefile Fri Dec 26 09:44:05 2003
-@@ -1,8 +1,8 @@
- include Makefile.inc
-
--LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS)
-+LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS) -lintl -liconv
- OBJFILES = main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o categories.o
--CFLAGS = -Wall -O2 -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
-+CFLAGS += -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
- VERSION = `grep VERSION version.h | sed s/\"//g | sed s/\#define\ VERSION\ //`
- MAN = doc/man
- DISTDIR = snownews-$(VERSION)
diff --git a/www/snownews/files/patch-Makefile.inc b/www/snownews/files/patch-Makefile.inc
index d047843b6d8..61a81ef30f2 100644
--- a/www/snownews/files/patch-Makefile.inc
+++ b/www/snownews/files/patch-Makefile.inc
@@ -1,5 +1,5 @@
---- Makefile.inc.orig Wed Dec 24 02:28:09 2003
-+++ Makefile.inc Fri Dec 26 09:45:56 2003
+--- 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
-MAKE = make
@@ -7,3 +7,8 @@
INSTALL = install
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
++EXTRA_LDFLAGS = -lintl -liconv
diff --git a/www/snownews/pkg-plist b/www/snownews/pkg-plist
index 3b015177923..eb57049c3a4 100644
--- a/www/snownews/pkg-plist
+++ b/www/snownews/pkg-plist
@@ -6,6 +6,7 @@ share/locale/nl/LC_MESSAGES/snownews.mo
share/locale/sl/LC_MESSAGES/snownews.mo
share/locale/es/LC_MESSAGES/snownews.mo
share/locale/it/LC_MESSAGES/snownews.mo
+share/locale/zh_TW/LC_MESSAGES/snownews.mo
@unexec rmdir %D/man/fr/man1 2>/dev/null || true
@unexec rmdir %D/man/fr 2>/dev/null || true
@unexec rmdir %D/man/de/man1 2>/dev/null || true