1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to version 1.5.1

PR:		ports/65112
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-04-03 07:15:05 +00:00
parent 7b81e0388b
commit d424e88f95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106012
4 changed files with 29 additions and 13 deletions

View File

@ -7,8 +7,7 @@
#
PORTNAME= snownews
PORTVERSION= 1.4.4
PORTREVISION= 1
PORTVERSION= 1.5.1
CATEGORIES= www
MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/
@ -20,8 +19,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2
USE_GETTEXT= yes
USE_GMAKE= yes
USE_ICONV= yes
USE_REINPLACE= yes
MAN1= snownews.1
MANLANG= "" de nl fr it
post-patch:
@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (snownews-1.4.4.tar.gz) = 67b6d2baaea20561fb828b431b39b77c
SIZE (snownews-1.4.4.tar.gz) = 99098
MD5 (snownews-1.5.1.tar.gz) = e5c36a0199e7b18ddfc6ad0df6da9330
SIZE (snownews-1.5.1.tar.gz) = 111095

View File

@ -1,14 +1,17 @@
--- 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
--- 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
+#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
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

View File

@ -0,0 +1,10 @@
--- 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