diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-18 23:40:36 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-18 23:40:36 +0000 |
commit | 82b60c645b8afe3b2be8514a0df96c39ba5dd151 (patch) | |
tree | 04ed0504131a61b2ef914b6db5b1b2ba14329d55 /news/newspost | |
parent | 3ccde8385e946ba09170b5dbf8503357b7d9686a (diff) | |
download | ports-82b60c645b8afe3b2be8514a0df96c39ba5dd151.tar.gz ports-82b60c645b8afe3b2be8514a0df96c39ba5dd151.zip |
Notes
Diffstat (limited to 'news/newspost')
-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 |