Bug 62940 - [MAINTAINER-PATCH] irc/srvx: Remove pkg-plist, make a change to pkg-descr
Summary: [MAINTAINER-PATCH] irc/srvx: Remove pkg-plist, make a change to pkg-descr
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-17 01:00 UTC by Walter Venable
Modified: 2004-02-17 08:38 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Venable 2004-02-17 01:00:34 UTC
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@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 ---
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-17 08:37:55 UTC
State Changed
From-To: open->closed

Committed, thanks!