Summary: | port update: sysutils/swapexd | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jesse <jessefrgsmith> | ||||
Component: | Individual Port(s) | Assignee: | William Grzybowski <wg> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jesse
2013-06-19 14:10:01 UTC
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it. 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" State Changed From-To: open->closed Committed. Thanks! |