Bug 179717 - port update: sysutils/swapexd
Summary: port update: sysutils/swapexd
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-19 14:10 UTC by Jesse
Modified: 2013-06-19 19:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.82 KB, patch)
2013-06-19 14:10 UTC, Jesse
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse 2013-06-19 14:10:01 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-19 14:10:13 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-06-19 16:02:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-19 18:51:02 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"
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-06-19 18:53:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!