View | Details | Raw Unified | Return to bug 48272
Collapse All | Expand All

(-)newspost/Makefile (-3 / +4 lines)
Lines 7-21 Link Here
7
#
7
#
8
8
9
PORTNAME=	newspost
9
PORTNAME=	newspost
10
PORTVERSION=	2.0
10
PORTVERSION=	2.1
11
CATEGORIES=	news
11
CATEGORIES=	news
12
MASTER_SITES=	http://newspost.unixcab.org/download/
12
MASTER_SITES=	http://newspost.unixcab.org/download/
13
13
14
MAINTAINER=	mich@freebsdcluster.org
14
MAINTAINER=	mich@freebsdcluster.org
15
COMMENT=	Newspost is a full-featured USEnet binary autoposter
15
16
16
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}
17
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}
17
18
18
USE_REINPLACE=  yes
19
USE_REINPLACE=	yes
19
20
20
post-patch:
21
post-patch:
21
	@${REINPLACE_CMD} -e "s|^CC|#CC|g" \
22
	@${REINPLACE_CMD} -e "s|^CC|#CC|g" \
Lines 30-35 Link Here
30
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
31
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
31
.endif
32
.endif
32
33
33
MAN1=           newspost.1
34
MAN1=		newspost.1
34
35
35
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)newspost/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (newspost-2.0.tar.gz) = 664f96c37b2a6566cf55dc4e040648fe
1
MD5 (newspost-2.1.tar.gz) = 9c5e1847c2ca0be49e521ea866dcccd6
(-)newspost/files/patch-aa (-10 lines)
Lines 1-10 Link Here
1
--- base/socket.c.orig	Sun Jul 21 21:58:52 2002
2
+++ base/socket.c	Thu Feb  6 12:22:46 2003
3
@@ -19,6 +19,7 @@
4
  */
5
 
6
 #include <signal.h>
7
+#include <sys/types.h>
8
 #include <sys/socket.h>
9
 #include <netdb.h>
10
 #include <netinet/in.h>
(-)newspost/pkg-comment (-1 lines)
Line 1 Link Here
1
Newspost is a full-featured USEnet binary autoposter

Return to bug 48272