ports/62940: [MAINTAINER-PATCH] irc/srvx: Remove pkg-plist, make a change to pkg-descr

Walter Venable hotmail at hotmail.com
Tue Feb 17 01:00:35 UTC 2004


>Number:         62940
>Category:       ports
>Synopsis:       [MAINTAINER-PATCH] irc/srvx: Remove pkg-plist, make a change to pkg-descr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 16 17:00:34 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Walter Venable
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
Just some guy in a dorm room.
>Environment:
System:	FreeBSD server.weaseal.com 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #0: Mon
 Feb  9 14:13:43 EST
>Description:
I have removed the pkg-plist file and moved all of its data to the
new PLIST_FILES and PLIST_DIRS macros in the Makefile.  I have also made several
changes to the pkg-descr file to reflect the GamesNET.net->GameSurge.net IRC
move.  PORTVERSION has been bumped to 1 since the actual software version of
srvx has not changed; these changes are Port-specific only.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
Apply the patch below.

--- srvx-1.2.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/irc/srvx/Makefile /usr/ports/irc/srvx-new/Mak
efile
--- /usr/ports/irc/srvx/Makefile	Thu Jan 22 03:22:03 2004
+++ /usr/ports/irc/srvx-new/Makefile	Mon Feb 16 18:48:07 2004
@@ -7,6 +7,7 @@

 PORTNAME=	srvx
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	irc net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	srvx
@@ -24,6 +25,9 @@
 .if defined(WITH_PROTOCOL_BAHAMUT)
 CONFIGURE_ARGS+=	--with-protocol=bahamut
 .endif
+
+PLIST_FILES=	bin/srvx etc/srvx.conf.example etc/sockcheck.conf.example share/
doc/${PORTNAME}/chanserv.help share/doc/${PORTNAME}/global.help share/doc/${PORT
NAME}/helpserv.help share/doc/${PORTNAME}/modcmd.help share/doc/${PORTNAME}/nick
serv.help share/doc/${PORTNAME}/opserv.help share/doc/${PORTNAME}/saxdb.help sha
re/doc/${PORTNAME}/sendmail.help share/doc/${PORTNAME}/sockcheck.help
+PLIST_DIRS=	share/doc/${PORTNAME}

 pre-fetch:
 	@ ${ECHO} ""
diff -ruN --exclude=CVS /usr/ports/irc/srvx/pkg-descr /usr/ports/irc/srvx-new/pk
g-descr
--- /usr/ports/irc/srvx/pkg-descr	Mon Jan 12 05:45:48 2004
+++ /usr/ports/irc/srvx-new/pkg-descr	Mon Feb 16 19:03:31 2004
@@ -1,5 +1,5 @@
 srvx is a set of IRC services for ircu P10 protocol networks; it
-is developed by a team of programmers affiliated with the GamesNET
+is developed by a team of programmers affiliated with the GameSurge
 IRC Network. srvx is designed to be a fast, extensible, scalable
 and reliable provider of NickServ, ChanServ, HelpServ, OperServ,
 and Global services as well as advanced proxy detection.
@@ -8,10 +8,9 @@
 the terms and conditions of the GNU General Public License, commonly known
 as  the GNU GPL.

-The authors can be contacted via irc on irc.gamesnet.net in channel #srvx.
+The authors can be contacted via irc on irc.gamesurge.net in channel #srvx.
 Note that only one of the many authors is listed below, see website for a
 full list.

 Author:	"Entrope" <entrope at users.sourceforge.net>
 WWW:	http://www.srvx.net
-
diff -ruN --exclude=CVS /usr/ports/irc/srvx/pkg-plist /usr/ports/irc/srvx-new/pk
g-plist
--- /usr/ports/irc/srvx/pkg-plist	Mon Jan 12 05:45:48 2004
+++ /usr/ports/irc/srvx-new/pkg-plist	Wed Dec 31 19:00:00 1969
@@ -1,12 +0,0 @@
-bin/srvx
-etc/srvx.conf.example
-etc/sockcheck.conf.example
-%%DOCSDIR%%/chanserv.help
-%%DOCSDIR%%/global.help
-%%DOCSDIR%%/helpserv.help
-%%DOCSDIR%%/modcmd.help
-%%DOCSDIR%%/nickserv.help
-%%DOCSDIR%%/opserv.help
-%%DOCSDIR%%/saxdb.help
-%%DOCSDIR%%/sendmail.help
-%%DOCSDIR%%/sockcheck.help
--- srvx-1.2.1_1.patch ends here ---
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list