ports/60576: [maintainer-update] snownews to 1.4.2

Cheng-Lung Sung clsung at dragon2.net
Fri Dec 26 02:02:31 UTC 2003


>Number:         60576
>Category:       ports
>Synopsis:       [maintainer-update] snownews to 1.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 25 18:00:40 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- Update from 1.3.5 to 1.4.2
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/www/snownews/Makefile ./snownews/Makefile
--- /usr/ports/www/snownews/Makefile	Sun Nov 16 00:55:01 2003
+++ ./snownews/Makefile	Fri Dec 26 09:47:44 2003
@@ -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 @@
 USE_GMAKE=	yes
 
 MAN1=		snownews.1
-MANLANG=	"" de nl fr
+MANLANG=	"" de nl fr it
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/www/snownews/distinfo ./snownews/distinfo
--- /usr/ports/www/snownews/distinfo	Sun Nov 16 00:55:01 2003
+++ ./snownews/distinfo	Fri Dec 26 09:34:14 2003
@@ -1 +1 @@
-MD5 (snownews-1.3.5.tar.gz) = cbfee9370000cff6ea41471d7eaac7f2
+MD5 (snownews-1.4.2.tar.gz) = 6597c1edb9ff0e070df4de4d35df7db4
diff -ruN /usr/ports/www/snownews/files/patch-Makefile ./snownews/files/patch-Makefile
--- /usr/ports/www/snownews/files/patch-Makefile	Sun Nov 16 00:55:01 2003
+++ ./snownews/files/patch-Makefile	Fri Dec 26 09:44:53 2003
@@ -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 -ruN /usr/ports/www/snownews/files/patch-Makefile.inc ./snownews/files/patch-Makefile.inc
--- /usr/ports/www/snownews/files/patch-Makefile.inc	Tue Nov  4 00:19:16 2003
+++ ./snownews/files/patch-Makefile.inc	Fri Dec 26 09:46:11 2003
@@ -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 -ruN /usr/ports/www/snownews/pkg-plist ./snownews/pkg-plist
--- /usr/ports/www/snownews/pkg-plist	Sun Nov 16 00:55:01 2003
+++ ./snownews/pkg-plist	Fri Dec 26 09:48:33 2003
@@ -5,9 +5,12 @@
 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
+ at unexec rmdir %D/man/it/man1 2>/dev/null || true
+ at unexec rmdir %D/man/it 2>/dev/null || true

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list