Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2013 13:02:12 GMT
From:      Jesse <jessefrgsmith@yahoo.ca>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179717: port update: sysutils/swapexd
Message-ID:  <201306191302.r5JD2CsA049642@oldred.freebsd.org>
Resent-Message-ID: <201306191310.r5JDA1FV013449@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179717
>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:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 19 13:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jesse
>Release:        FreeBSD 9.1
>Organization:
RM
>Environment:
>Description:
The attached patch updates the sysutils/swapexd port from version 0.3 to 0.4, bringing the port into sync with upstream. The new version includes more documentation, the ability to set upper limits on swap file size and optimizations.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/sysutils/swapexd/Makefile swapexd/Makefile
--- /usr/ports/sysutils/swapexd/Makefile	2012-12-03 21:15:39.000000000 -0400
+++ swapexd/Makefile	2013-06-14 13:00:27.000000000 -0300
@@ -2,11 +2,11 @@
 # Date created:				26 March 2011
 # Whom:					Jesse Smith
 #
-# $FreeBSD: branches/RELENG_9_1_0/sysutils/swapexd/Makefile 300897 2012-07-14 14:29:18Z beat $
+# $FreeBSD: 
 #
 
 PORTNAME=	swapexd
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://makeapbi.sourceforge.net/${PORTNAME}/
@@ -26,8 +26,6 @@
 .if ${OSVERSION} < 800076
 	@${REINPLACE_CMD} -e "s,swapctl -s -m ,swapctl -s -h ,g" ${WRKSRC}/swapexd.c
 .endif
-# Clang fix
-	@${REINPLACE_CMD} -e '1s/^CC=.*$$/CC=${CC}/' ${WRKSRC}/${MAKEFILE}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
diff -ruN /usr/ports/sysutils/swapexd/distinfo swapexd/distinfo
--- /usr/ports/sysutils/swapexd/distinfo	2012-12-03 21:15:39.000000000 -0400
+++ swapexd/distinfo	2013-06-14 13:02:43.000000000 -0300
@@ -1,2 +1,2 @@
-SHA256 (swapexd-0.3.tar.gz) = 44fb12987dac7f855251f2ea06bbe427d6728873c01f71231f716e1dcfc71433
-SIZE (swapexd-0.3.tar.gz) = 7816
+SHA256 (swapexd-0.4.tar.gz) = 895bb6f694a0596f9080dd0c68e88a30e45dfe81d7dd97d3c71921370ed7800e
+SIZE (swapexd-0.4.tar.gz) = 8461
diff -ruN /usr/ports/sysutils/swapexd/pkg-descr swapexd/pkg-descr
--- /usr/ports/sysutils/swapexd/pkg-descr	2012-12-03 21:15:39.000000000 -0400
+++ swapexd/pkg-descr	2013-06-14 12:58:48.000000000 -0300
@@ -1,5 +1,5 @@
 The Swap Extender Daemon is designed to monitor the amount of swap space
-available on the system and create moer on-disk swap as needed. Additionally
+available on the system and create more on-disk swap as needed. Additionally
 Swap Extender will remove unwanted swap space when memory is freed.
 
 WWW: http://makeapbi.sourceforge.net/


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306191302.r5JD2CsA049642>