ports/156663: port update: sysutils/swapexd

Jesse jessefrgsmith at yahoo.ca
Tue Apr 26 17:30:10 UTC 2011


>Number:         156663
>Category:       ports
>Synopsis:       port update: sysutils/swapexd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 26 17:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jesse
>Release:        8.2
>Organization:
RM
>Environment:
FreeBSD-8.2 32-bit
>Description:
This patch brings swapexd up to date with upstream. The new version includes an rc.d script and some bug fixes in command line parameter handling.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN swapexd.orig/Makefile swapexd/Makefile
--- swapexd.orig/Makefile	2011-04-25 18:30:01.000000000 -0300
+++ swapexd/Makefile	2011-04-26 11:06:33.000000000 -0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	swapexd
-PORTVERSION=	0.1
+PORTVERSION=	0.3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://makeapbi.sourceforge.net/${PORTNAME}/
 
@@ -15,10 +15,12 @@
 
 WRKSRC=	${WRKDIR}/${PORTNAME}
 
-PLIST_FILES=	sbin/${PORTNAME} etc/${PORTNAME}.conf
+PLIST_FILES=	sbin/${PORTNAME} etc/${PORTNAME}.conf etc/rc.d/swapexd
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
 	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf
+	${INSTALL_DATA} ${WRKSRC}/rc.d/swapexd ${PREFIX}/etc/rc.d/swapexd
+	chmod 755 ${PREFIX}/etc/rc.d/swapexd
 
 .include <bsd.port.mk>
diff -ruN swapexd.orig/distinfo swapexd/distinfo
--- swapexd.orig/distinfo	2011-04-25 18:30:01.000000000 -0300
+++ swapexd/distinfo	2011-04-26 11:21:15.000000000 -0300
@@ -1,2 +1,2 @@
-SHA256 (swapexd-0.1.tar.gz) = e010703f2951e1f85f3f955d2001bdbe4476c47b9bb83d1172063e7895816b42
-SIZE (swapexd-0.1.tar.gz) = 7252
+SHA256 (swapexd-0.3.tar.gz) = 44fb12987dac7f855251f2ea06bbe427d6728873c01f71231f716e1dcfc71433
+SIZE (swapexd-0.3.tar.gz) = 7816


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list