diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-26 13:34:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-26 13:34:13 +0000 |
commit | 0a9ad51c2fe47a107542a049bf165e07bfd6ed8a (patch) | |
tree | b867834c784d4f8e5c4089f1be312cd5f583d3b8 /www/snownews | |
parent | 126deb53257ea01b171e80e5b96daf6df27854a4 (diff) | |
download | ports-0a9ad51c2fe47a107542a049bf165e07bfd6ed8a.tar.gz ports-0a9ad51c2fe47a107542a049bf165e07bfd6ed8a.zip |
Notes
Diffstat (limited to 'www/snownews')
-rw-r--r-- | www/snownews/Makefile | 4 | ||||
-rw-r--r-- | www/snownews/distinfo | 2 | ||||
-rw-r--r-- | www/snownews/files/patch-Makefile | 6 | ||||
-rw-r--r-- | www/snownews/files/patch-Makefile.inc | 6 | ||||
-rw-r--r-- | www/snownews/pkg-plist | 3 |
5 files changed, 12 insertions, 9 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile index d7a2d010614e..058712228ef7 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -7,7 +7,7 @@ # PORTNAME= snownews -PORTVERSION= 1.3.5 +PORTVERSION= 1.4.2 CATEGORIES= www MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/ @@ -21,6 +21,6 @@ LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ USE_GMAKE= yes MAN1= snownews.1 -MANLANG= "" de nl fr +MANLANG= "" de nl fr it .include <bsd.port.mk> diff --git a/www/snownews/distinfo b/www/snownews/distinfo index ce402e0d939d..dba51fdba8ad 100644 --- a/www/snownews/distinfo +++ b/www/snownews/distinfo @@ -1 +1 @@ -MD5 (snownews-1.3.5.tar.gz) = cbfee9370000cff6ea41471d7eaac7f2 +MD5 (snownews-1.4.2.tar.gz) = 6597c1edb9ff0e070df4de4d35df7db4 diff --git a/www/snownews/files/patch-Makefile b/www/snownews/files/patch-Makefile index 9b4822ecb0f2..1d935c562bea 100644 --- a/www/snownews/files/patch-Makefile +++ b/www/snownews/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig Wed Nov 12 17:39:24 2003 -+++ Makefile Fri Nov 14 11:48:43 2003 +--- 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 + 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\ //` diff --git a/www/snownews/files/patch-Makefile.inc b/www/snownews/files/patch-Makefile.inc index 552bc1ef48cb..d047843b6d8a 100644 --- a/www/snownews/files/patch-Makefile.inc +++ b/www/snownews/files/patch-Makefile.inc @@ -1,9 +1,9 @@ ---- Makefile.inc.orig Mon Nov 3 04:41:22 2003 -+++ Makefile.inc Tue Nov 4 00:00:24 2003 +--- Makefile.inc.orig Wed Dec 24 02:28:09 2003 ++++ Makefile.inc Fri Dec 26 09:45:56 2003 @@ -1,5 +1,5 @@ CC = gcc -MAKE = make +MAKE = gmake + INSTALL = install PREFIX = /usr/local LOCALEPATH = $(PREFIX)/share/locale - DISTFILES = AUTHOR COPYING CREDITS Changelog README README.de INSTALL INSTALL.solaris INSTALL.FreeOpenNetBSD TODO opml2snow \ diff --git a/www/snownews/pkg-plist b/www/snownews/pkg-plist index a549d25ae015..3b0151779235 100644 --- a/www/snownews/pkg-plist +++ b/www/snownews/pkg-plist @@ -5,9 +5,12 @@ 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 +share/locale/it/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/it/man1 2>/dev/null || true +@unexec rmdir %D/man/it 2>/dev/null || true |