ports/116370: [PATCH] news/newsstar: update to 1.3.2 + important fixes
Radim Kolar SF.NET
hsn at sendmail.cz
Sat Sep 15 13:40:02 UTC 2007
>Number: 116370
>Category: ports
>Synopsis: [PATCH] news/newsstar: update to 1.3.2 + important fixes
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 15 13:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Radim Kolar SF.NET
>Release: FreeBSD 6.2-RELEASE-p7 i386
>Organization:
Z company
>Environment:
System: FreeBSD sanatana.dharma 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #1: Fri Sep 14 00:17:40 CEST 2007
>Description:
- Update to 1.3.2
- Fixed broken detection of installed INN
- Added missing dependency on GDBM
- manpage installed into right directory
Port maintainer (anray at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- newsstar-1.3.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/news/newsstar/Makefile /home/hsn/hacked/newsstar/Makefile
--- /usr/ports/news/newsstar/Makefile Thu Dec 15 21:34:46 2005
+++ /home/hsn/hacked/newsstar/Makefile Sat Sep 15 15:24:21 2007
@@ -6,7 +6,7 @@
#
PORTNAME= newsstar
-PORTVERSION= 1.2.2
+PORTVERSION= 1.3.2
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,12 +14,16 @@
MAINTAINER= anray at FreeBSD.org
COMMENT= Transfer news between a local NNTP server (INN, sn, s-news)
+LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
+
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+=--disable-ssl
.else
USE_OPENSSL= yes
.endif
+.include <bsd.port.pre.mk>
+
.if exists(/var/spool/s-news)
CONFIGURE_ARGS+=--with-spool-dir=/var/spool/s-news \
--with-snews-outgoing-dir=${LOCALBASE}/etc/s-news/suck
@@ -35,7 +39,7 @@
CONFIGURE_ARGS+=--with-inn-path=${LOCALBASE}/news/bin
.endif
-CONFIGURE_ARGS+=--prefix=${PREFIX} \
+CONFIGURE_ARGS+=--prefix=${PREFIX} --mandir=${PREFIX}/man \
--with-conf-dir=${PREFIX}/etc/newsstar \
--with-rc-dir=/var/spool/newsstar/lib \
--with-incoming-dir=/var/spool/newsstar/incoming
@@ -67,4 +71,4 @@
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/news/newsstar/distinfo /home/hsn/hacked/newsstar/distinfo
--- /usr/ports/news/newsstar/distinfo Tue Jan 24 00:46:36 2006
+++ /home/hsn/hacked/newsstar/distinfo Sat Sep 15 14:14:25 2007
@@ -1,3 +1,3 @@
-MD5 (newsstar-1.2.2.tar.gz) = df07d525cd1d66f369827764a6d89257
-SHA256 (newsstar-1.2.2.tar.gz) = d2f442ebe89ca7e48b4f120169bea0499e75544aaf09b1cd0a045b1c3537c5b6
-SIZE (newsstar-1.2.2.tar.gz) = 258999
+MD5 (newsstar-1.3.2.tar.gz) = bb1f677e6fd41ec70f349803a412018a
+SHA256 (newsstar-1.3.2.tar.gz) = 3d9c53a569a5baefba8dfa6c560f715f2ead4f0b9038086d0a5d307a88b0e370
+SIZE (newsstar-1.3.2.tar.gz) = 248661
--- newsstar-1.3.2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list