Bug 68901 - [MAINTAINER] news/newsstar: update to new version
Summary: [MAINTAINER] news/newsstar: update to new version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-11 01:30 UTC by Andrey Slusar
Modified: 2004-07-15 04:16 UTC (History)
0 users

See Also:


Attachments
newsstar.diff (803 bytes, patch)
2004-07-11 01:30 UTC, Andrey Slusar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Slusar 2004-07-11 01:30:26 UTC
	news/newsstar: Update to new version 1.1.1
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2004-07-12 19:31:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Take it.
Comment 2 Andrey Slusar 2004-07-12 19:54:56 UTC
>Submitter-Id:	current-users
>Originator:	Andrey Slusar
>Organization:	Santinel
>Confidential:	no 
>Synopsis:	ports/68901 [MAINTAINER] news/newsstar: update to new version
>Severity:	non-critical
>Priority:	medium
>Category:	ports
>Class:		maintainer-update
>Release:	FreeBSD 5.2-CURRENT i386
>Environment:
System: FreeBSD santinel.home.ua 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat Jul 12 11:05:40 EEST 2008 root@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
	Previous Fix is missing. Add fixed diff:
	* Fixed libexec warning
	* Change default sn newsspool
>How-To-Repeat:
	
>Fix:

--- newsstar.diff begins here ---
diff -ruN /usr/ports/news/newsstar/Makefile /home/anray/ports/newsstar/Makefile
--- /usr/ports/news/newsstar/Makefile	Fri May 14 20:54:04 2004
+++ /home/anray/ports/newsstar/Makefile	Mon Jul 12 19:52:29 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	newsstar
-PORTVERSION=	1.1
+PORTVERSION=	1.1.1
 CATEGORIES=	news
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -33,6 +33,9 @@
 CONFIGURE_ARGS+=--with-conf-dir=${PREFIX}/etc/newsstar \
 		--with-rc-dir=/var/spool/newsstar/lib \
 		--with-incoming-dir=/var/spool/newsstar/incoming
+
+CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
+		LIBS="-L${LOCALBASE}/lib"
 
 USE_PERL5=	yes
 HAS_CONFIGURE=	yes
diff -ruN /usr/ports/news/newsstar/distinfo /home/anray/ports/newsstar/distinfo
--- /usr/ports/news/newsstar/distinfo	Mon May 10 09:38:33 2004
+++ /home/anray/ports/newsstar/distinfo	Sun Jul 11 03:11:35 2004
@@ -1,2 +1,2 @@
-MD5 (newsstar-1.1.tar.gz) = 8ed424249e5cd91e99c06ab5eb0df285
-SIZE (newsstar-1.1.tar.gz) = 255633
+MD5 (newsstar-1.1.1.tar.gz) = ae56df2413f3d727ef413a7203a43b9b
+SIZE (newsstar-1.1.1.tar.gz) = 257732
diff -ruN /usr/ports/news/newsstar/files/patch-newsstar.in /home/anray/ports/newsstar/files/patch-newsstar.in
--- /usr/ports/news/newsstar/files/patch-newsstar.in	Thu Jan  1 03:00:00 1970
+++ /home/anray/ports/newsstar/files/patch-newsstar.in	Mon Jul 12 21:39:03 2004
@@ -0,0 +1,19 @@
+--- newsstar.in.orig	Sun Jul  4 00:21:24 2004
++++ newsstar.in	Mon Jul 12 21:38:49 2004
+@@ -29,7 +29,6 @@
+ $NEWS_PATH = '@NEWS_PATH@';
+ $prefix = "@prefix@";
+ $exec_prefix = "@exec_prefix@";
+-$libexecdir = "@libexecdir@";
+ $NEWSSTAR_BIN = "@NEWSSTAR_BIN@";
+ $MAINCF = $CONF_DIR . "/main.cf";
+ $INCOMING_DIR = "@INCOMING_DIR@";
+@@ -199,7 +198,7 @@
+ 
+ if ($USE_SN)
+ {
+-    $SPOOL_DIR = "/var/spool/sn" if ($SPOOL_DIR eq "");
++    $SPOOL_DIR = "/var/spool/news" if ($SPOOL_DIR eq "");
+     $OUTGOING_DIR = $SPOOL_DIR . "/.outgoing"  if ($OUTGOING_DIR eq "");
+     $OUTGOING_NEWSSTAR_DIR = $OUTGOING_DIR . "/.newsstar";
+     $ARTICLES_DIR = $SPOOL_DIR if ($ARTICLES_DIR eq "");
--- newsstar.diff ends here ---
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2004-07-12 20:03:26 UTC
State Changed
From-To: open->feedback

working with the maintainer
Comment 4 Sergey Matveychuk freebsd_committer freebsd_triage 2004-07-15 04:14:56 UTC
State Changed
From-To: feedback->closed

Committed, thanks! 
Added @dirrm etc/newsstar in pkg-plist.