ports/66138: [maintainer-update] www/snownews to 1.5.2

Cheng-Lung Sung clsung at dragon2.net
Sat May 1 08:50:25 UTC 2004


>Number:         66138
>Category:       ports
>Synopsis:       [maintainer-update] www/snownews to 1.5.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:   Sat May 01 01:50:24 PDT 2004
>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.5.1 to 1.5.2
- added Russian translation
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/www/snownews/Makefile snownews/Makefile
--- /usr/ports/www/snownews/Makefile	Sun Apr  4 23:17:15 2004
+++ snownews/Makefile	Sat May  1 16:42:38 2004
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	snownews
-PORTVERSION=	1.5.1
+PORTVERSION=	1.5.2
 CATEGORIES=	www
 MASTER_SITES=	http://home.kcore.de/~kiza/software/snownews/download/
 
@@ -22,7 +22,7 @@
 USE_REINPLACE=	yes
 
 MAN1=		snownews.1
-MANLANG=	"" de nl fr it
+MANLANG=	"" de nl fr it ru_RU.KOI8-R
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|g' ${WRKSRC}/Makefile
diff -ruN /usr/ports/www/snownews/distinfo snownews/distinfo
--- /usr/ports/www/snownews/distinfo	Sun Apr  4 23:17:15 2004
+++ snownews/distinfo	Sat May  1 16:24:02 2004
@@ -1,2 +1,2 @@
-MD5 (snownews-1.5.1.tar.gz) = e5c36a0199e7b18ddfc6ad0df6da9330
-SIZE (snownews-1.5.1.tar.gz) = 111095
+MD5 (snownews-1.5.2.tar.gz) = 0e29ba35717a47811fca24e1fa07d8d2
+SIZE (snownews-1.5.2.tar.gz) = 122543
diff -ruN /usr/ports/www/snownews/files/patch-Makefile snownews/files/patch-Makefile
--- /usr/ports/www/snownews/files/patch-Makefile	Thu Jan  1 08:00:00 1970
+++ snownews/files/patch-Makefile	Sat May  1 16:34:00 2004
@@ -0,0 +1,19 @@
+--- Makefile.orig	Wed Apr 14 18:01:59 2004
++++ Makefile	Sat May  1 16:33:47 2004
+@@ -1,12 +1,13 @@
+-CC=         gcc
+-MAKE=       make
++CC?=         gcc
++MAKE=       gmake
+ INSTALL=    install
+-PREFIX=     /usr/local
++#PREFIX=     /usr/local
+ 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 -liconv
+ 
+ ### 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
diff -ruN /usr/ports/www/snownews/files/patch-Makefile.inc snownews/files/patch-Makefile.inc
--- /usr/ports/www/snownews/files/patch-Makefile.inc	Sun Apr  4 23:17:15 2004
+++ snownews/files/patch-Makefile.inc	Thu Jan  1 08:00:00 1970
@@ -1,17 +0,0 @@
---- Makefile.inc.orig	Sun Mar  7 22:41:07 2004
-+++ Makefile.inc	Sat Apr  3 09:05:38 2004
-@@ -1,10 +1,11 @@
--CC = gcc
--MAKE = make
-+CC ?= gcc
-+MAKE = gmake
- INSTALL = install
--PREFIX = /usr/local
-+#PREFIX = /usr/local
- LOCALEPATH = $(PREFIX)/share/locale
- DISTFILES = AUTHOR COPYING CREDITS Changelog README README.de README.colors README.patching INSTALL INSTALL.solaris INSTALL.FreeOpenNetBSD opml2snow \
- 	Makefile Makefile.inc Makefile.solaris \
- 	doc po scripts \
- 	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 setup.c net-support.c digcalc.c md5.c filters.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 setup.h net-support.h digcalc.h md5.h filters.h
-+EXTRA_LDFLAGS = -lintl -liconv
diff -ruN /usr/ports/www/snownews/files/patch-doc::man::Makefile snownews/files/patch-doc::man::Makefile
--- /usr/ports/www/snownews/files/patch-doc::man::Makefile	Sat Apr  3 15:15:05 2004
+++ snownews/files/patch-doc::man::Makefile	Thu Jan  1 08:00:00 1970
@@ -1,10 +0,0 @@
---- doc/man/Makefile.orig	Sat Apr  3 09:11:44 2004
-+++ doc/man/Makefile	Sat Apr  3 09:11:54 2004
-@@ -17,7 +17,6 @@
- 	  mkdir -p $(PREFIX)/man/man1; \
- 	fi
- 	$(INSTALL) -m 0644 snownews.1 $(PREFIX)/man/man1
--	$(INSTALL) -m 0644 opml2snow.1 $(PREFIX)/man/man1
- 	$(MAKE) -C de install-man
- 	$(MAKE) -C nl install-man
- 	$(MAKE) -C fr install-man
diff -ruN /usr/ports/www/snownews/pkg-plist snownews/pkg-plist
--- /usr/ports/www/snownews/pkg-plist	Wed Jan 28 07:40:11 2004
+++ snownews/pkg-plist	Sat May  1 16:42:46 2004
@@ -6,6 +6,7 @@
 share/locale/sl/LC_MESSAGES/snownews.mo
 share/locale/es/LC_MESSAGES/snownews.mo
 share/locale/it/LC_MESSAGES/snownews.mo
+share/locale/ru/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
@@ -15,3 +16,5 @@
 @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
+ at unexec rmdir %D/man/ru_RU.KOI8-R/man1 2>/dev/null || true
+ at unexec rmdir %D/man/ru_RU.KOI8-R 2>/dev/null || true

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



More information about the freebsd-ports-bugs mailing list