From nobody@FreeBSD.org  Wed Jun 19 13:02:13 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 34878CAB
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Jun 2013 13:02:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 0DF911F8D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Jun 2013 13:02:13 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5JD2Ca3049643
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Jun 2013 13:02:12 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5JD2CsA049642;
	Wed, 19 Jun 2013 13:02:12 GMT
	(envelope-from nobody)
Message-Id: <201306191302.r5JD2CsA049642@oldred.freebsd.org>
Date: Wed, 19 Jun 2013 13:02:12 GMT
From: Jesse <jessefrgsmith@yahoo.ca>
To: freebsd-gnats-submit@FreeBSD.org
Subject: port update: sysutils/swapexd
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179717
>Category:       ports
>Synopsis:       port update: sysutils/swapexd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 19 13:10:01 UTC 2013
>Closed-Date:    Wed Jun 19 17:53:35 UTC 2013
>Last-Modified:  Wed Jun 19 18:00:01 UTC 2013
>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:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Wed Jun 19 13:10:13 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179717 
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Wed Jun 19 15:02:22 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179717 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Wed Jun 19 17:53:34 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179717 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179717: commit references a PR
Date: Wed, 19 Jun 2013 17:51:02 +0000 (UTC)

 Author: wg
 Date: Wed Jun 19 17:50:55 2013
 New Revision: 321299
 URL: http://svnweb.freebsd.org/changeset/ports/321299
 
 Log:
   sysutils/swapexd: update to 0.4
   
   - Update to 0.4 [1]
   - Fix typo in pkg-descr [1]
   - Trim Makefile header
   - Remove leading article from COMMENT
   
   PR:		ports/179717 [1]
   Submitted by:	Jesse <jessefrgsmith@yahoo.ca> (maintainer)
   Approved by:	culot / jpaetzel (mentors, implicit)
 
 Modified:
   head/sysutils/swapexd/Makefile
   head/sysutils/swapexd/distinfo
   head/sysutils/swapexd/pkg-descr
 
 Modified: head/sysutils/swapexd/Makefile
 ==============================================================================
 --- head/sysutils/swapexd/Makefile	Wed Jun 19 17:29:44 2013	(r321298)
 +++ head/sysutils/swapexd/Makefile	Wed Jun 19 17:50:55 2013	(r321299)
 @@ -1,18 +1,13 @@
 -# New ports collection makefile for:	swapexd
 -# Date created:				26 March 2011
 -# Whom:					Jesse Smith
 -#
 +# Created by: Jesse Smith
  # $FreeBSD$
 -#
  
  PORTNAME=	swapexd
 -PORTVERSION=	0.3
 -PORTREVISION=	1
 +PORTVERSION=	0.4
  CATEGORIES=	sysutils
  MASTER_SITES=	http://makeapbi.sourceforge.net/${PORTNAME}/
  
  MAINTAINER=	jessefrgsmith@yahoo.ca
 -COMMENT=	A tool for growing and shrinking on-disk swap space
 +COMMENT=	Tool for growing and shrinking on-disk swap space
  
  WRKSRC=	${WRKDIR}/${PORTNAME}
  
 @@ -26,8 +21,6 @@ post-patch:
  .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/
 
 Modified: head/sysutils/swapexd/distinfo
 ==============================================================================
 --- head/sysutils/swapexd/distinfo	Wed Jun 19 17:29:44 2013	(r321298)
 +++ head/sysutils/swapexd/distinfo	Wed Jun 19 17:50:55 2013	(r321299)
 @@ -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
 
 Modified: head/sysutils/swapexd/pkg-descr
 ==============================================================================
 --- head/sysutils/swapexd/pkg-descr	Wed Jun 19 17:29:44 2013	(r321298)
 +++ head/sysutils/swapexd/pkg-descr	Wed Jun 19 17:50:55 2013	(r321299)
 @@ -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/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
