diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-19 07:40:36 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-19 07:40:36 +0800 |
commit | d404eb82e615e16369791449e1844023334f5780 (patch) | |
tree | 1de6a91d3479ed38af9988c72248bf550fdfd2ed /news | |
parent | 7cb47f7a3b2a03ce77fb17cd98f69a8d9b9f038d (diff) | |
download | freebsd-ports-gnome-d404eb82e615e16369791449e1844023334f5780.tar.gz freebsd-ports-gnome-d404eb82e615e16369791449e1844023334f5780.tar.zst freebsd-ports-gnome-d404eb82e615e16369791449e1844023334f5780.zip |
* Update to 2.1.
* Convert COMMENT.
PR: 48272
Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
* Honor CC/CFLAGS.
Diffstat (limited to 'news')
-rw-r--r-- | news/newspost/Makefile | 14 | ||||
-rw-r--r-- | news/newspost/distinfo | 2 | ||||
-rw-r--r-- | news/newspost/files/patch-aa | 10 | ||||
-rw-r--r-- | news/newspost/pkg-comment | 1 |
4 files changed, 6 insertions, 21 deletions
diff --git a/news/newspost/Makefile b/news/newspost/Makefile index faa0448b5026..cf548ab3bab8 100644 --- a/news/newspost/Makefile +++ b/news/newspost/Makefile @@ -7,19 +7,15 @@ # PORTNAME= newspost -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= news MASTER_SITES= http://newspost.unixcab.org/download/ MAINTAINER= mich@freebsdcluster.org +COMMENT= Newspost is a full-featured USEnet binary autoposter -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} - -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e "s|^CC|#CC|g" \ - -e "s|^OPT_FLAGS|#OPT_FLAGS|g" ${WRKSRC}/Makefile +ALL_TARGET= main +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} @@ -30,6 +26,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README .endif -MAN1= newspost.1 +MAN1= newspost.1 .include <bsd.port.mk> diff --git a/news/newspost/distinfo b/news/newspost/distinfo index 6b5f7cfb0af7..2bef054ddb4b 100644 --- a/news/newspost/distinfo +++ b/news/newspost/distinfo @@ -1 +1 @@ -MD5 (newspost-2.0.tar.gz) = 664f96c37b2a6566cf55dc4e040648fe +MD5 (newspost-2.1.tar.gz) = 9c5e1847c2ca0be49e521ea866dcccd6 diff --git a/news/newspost/files/patch-aa b/news/newspost/files/patch-aa deleted file mode 100644 index fdd8ccde64e7..000000000000 --- a/news/newspost/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- base/socket.c.orig Sun Jul 21 21:58:52 2002 -+++ base/socket.c Thu Feb 6 12:22:46 2003 -@@ -19,6 +19,7 @@ - */ - - #include <signal.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <netdb.h> - #include <netinet/in.h> diff --git a/news/newspost/pkg-comment b/news/newspost/pkg-comment deleted file mode 100644 index 70fd0d03441c..000000000000 --- a/news/newspost/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Newspost is a full-featured USEnet binary autoposter |