Update to 1.3.5.
This commit is contained in:
parent
6552c9dd7a
commit
1ddf534221
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/11/05 01:13:53 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/11/17 00:00:01 jolan Exp $
|
||||
|
||||
COMMENT= "text mode rss newsreader"
|
||||
DISTNAME= snownews-1.3.3
|
||||
DISTNAME= snownews-1.3.5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${HOMEPAGE}download/
|
||||
|
||||
@ -22,4 +22,6 @@ MODULES= gettext
|
||||
|
||||
LIB_DEPENDS+= xml2.7.10::textproc/libxml
|
||||
|
||||
MAKE_ENV+= EXTRA_LDFLAGS="-lintl -liconv"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (snownews-1.3.3.tar.gz) = 569ab60f18d1e78a9aa1eec534558bb6
|
||||
RMD160 (snownews-1.3.3.tar.gz) = 752aeabf001ce5d50e36a9f2f5e0d2d2777b6b40
|
||||
SHA1 (snownews-1.3.3.tar.gz) = 757ec2c2118b3198b5c9b079b26f460b84421685
|
||||
MD5 (snownews-1.3.5.tar.gz) = cbfee9370000cff6ea41471d7eaac7f2
|
||||
RMD160 (snownews-1.3.5.tar.gz) = 7145e8a5fdef802f7dadb394011a85bec0333b4d
|
||||
SHA1 (snownews-1.3.5.tar.gz) = 05232c7c01d646007c6f091d2214c5c4cdacdb3d
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-Makefile,v 1.2 2003/11/05 01:13:53 jolan Exp $
|
||||
--- Makefile.orig 2003-11-02 14:41:22.000000000 -0600
|
||||
+++ Makefile 2003-11-04 18:30:21.000000000 -0600
|
||||
$OpenBSD: patch-Makefile,v 1.3 2003/11/17 00:00:02 jolan Exp $
|
||||
--- Makefile.orig 2003-11-12 03:39:24.000000000 -0600
|
||||
+++ Makefile 2003-11-16 17:30:45.000000000 -0600
|
||||
@@ -1,8 +1,8 @@
|
||||
include Makefile.inc
|
||||
|
||||
-LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS)
|
||||
+LDFLAGS = -lncurses `xml2-config --libs` -lintl -liconv
|
||||
OBJFILES = main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o
|
||||
+LDFLAGS+= -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS)
|
||||
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+= -Wall -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
|
||||
VERSION = `grep VERSION version.h | sed s/\"//g | sed s/\#define\ VERSION\ //`
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/10/08 03:59:20 jolan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/11/17 00:00:02 jolan Exp $
|
||||
@comment bin/opml2snow
|
||||
bin/snownews
|
||||
man/de/man1/snownews.1
|
||||
@ -6,6 +6,7 @@ man/fr/man1/snownews.1
|
||||
man/man1/snownews.1
|
||||
man/nl/man1/snownews.1
|
||||
share/locale/de/LC_MESSAGES/snownews.mo
|
||||
share/locale/es/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
|
||||
@ -15,6 +16,8 @@ share/locale/sl/LC_MESSAGES/snownews.mo
|
||||
@comment @dirrm share/locale/nl
|
||||
@comment @dirrm share/locale/fr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fr
|
||||
@comment @dirrm share/locale/es/LC_MESSAGES
|
||||
@comment @dirrm share/locale/es
|
||||
@comment @dirrm share/locale/de/LC_MESSAGES
|
||||
@comment @dirrm share/locale/de
|
||||
@comment @dirrm share/locale
|
||||
|
Loading…
x
Reference in New Issue
Block a user