diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-14 12:22:35 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-14 12:22:35 +0000 |
commit | 4256fb114d6ba0e536e65f5a6dac63f4d86bf604 (patch) | |
tree | 6644e33444eb5df7813ddddc1065c902f3e1296d /www | |
parent | - Update to 7.1.032. (diff) |
Update to 1.3.5
PR: 59276
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/snownews/Makefile | 2 | ||||
-rw-r--r-- | www/snownews/distinfo | 2 | ||||
-rw-r--r-- | www/snownews/files/patch-Makefile | 6 | ||||
-rw-r--r-- | www/snownews/pkg-plist | 3 |
4 files changed, 6 insertions, 7 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 8331a03cb78e..d7a2d010614e 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -7,7 +7,7 @@ # PORTNAME= snownews -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.5 CATEGORIES= www MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/ diff --git a/www/snownews/distinfo b/www/snownews/distinfo index 05303f33bf17..ce402e0d939d 100644 --- a/www/snownews/distinfo +++ b/www/snownews/distinfo @@ -1 +1 @@ -MD5 (snownews-1.3.3.tar.gz) = 569ab60f18d1e78a9aa1eec534558bb6 +MD5 (snownews-1.3.5.tar.gz) = cbfee9370000cff6ea41471d7eaac7f2 diff --git a/www/snownews/files/patch-Makefile b/www/snownews/files/patch-Makefile index 2ddc0cefcafb..9b4822ecb0f2 100644 --- a/www/snownews/files/patch-Makefile +++ b/www/snownews/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig Mon Nov 3 04:41:22 2003 -+++ Makefile Tue Nov 4 00:00:15 2003 +--- Makefile.orig Wed Nov 12 17:39:24 2003 ++++ Makefile Fri Nov 14 11:48:43 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 + OBJFILES = main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.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\ //` diff --git a/www/snownews/pkg-plist b/www/snownews/pkg-plist index 2e39a1a7ab3c..a549d25ae015 100644 --- a/www/snownews/pkg-plist +++ b/www/snownews/pkg-plist @@ -4,11 +4,10 @@ share/locale/de/LC_MESSAGES/snownews.mo share/locale/fr/LC_MESSAGES/snownews.mo share/locale/nl/LC_MESSAGES/snownews.mo share/locale/sl/LC_MESSAGES/snownews.mo +share/locale/es/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 @unexec rmdir %D/man/de 2>/dev/null || true @unexec rmdir %D/man/nl/man1 2>/dev/null || true @unexec rmdir %D/man/nl 2>/dev/null || true -@unexec rmdir %D/man/sl/man1 2>/dev/null || true -@unexec rmdir %D/man/sl 2>/dev/null || true |