aboutsummaryrefslogtreecommitdiff
path: root/sysutils/swapexd
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-06-19 17:50:55 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-06-19 17:50:55 +0000
commit94363c13c8585a2db6b53672118247066288b95e (patch)
tree1f0c771824961c07805d7d4816c267e73756c86c /sysutils/swapexd
parent78c30b91924b4a950e2af9b0bfe4e432fbcc47a4 (diff)
downloadports-94363c13c8585a2db6b53672118247066288b95e.tar.gz
ports-94363c13c8585a2db6b53672118247066288b95e.zip
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)
Notes
Notes: svn path=/head/; revision=321299
Diffstat (limited to 'sysutils/swapexd')
-rw-r--r--sysutils/swapexd/Makefile13
-rw-r--r--sysutils/swapexd/distinfo4
-rw-r--r--sysutils/swapexd/pkg-descr2
3 files changed, 6 insertions, 13 deletions
diff --git a/sysutils/swapexd/Makefile b/sysutils/swapexd/Makefile
index 513716008c38..18ed68dca568 100644
--- a/sysutils/swapexd/Makefile
+++ b/sysutils/swapexd/Makefile
@@ -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/
diff --git a/sysutils/swapexd/distinfo b/sysutils/swapexd/distinfo
index ac20968fd9be..8eb623a33625 100644
--- a/sysutils/swapexd/distinfo
+++ b/sysutils/swapexd/distinfo
@@ -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 --git a/sysutils/swapexd/pkg-descr b/sysutils/swapexd/pkg-descr
index 68a22b61267b..9c1bc2314312 100644
--- a/sysutils/swapexd/pkg-descr
+++ b/sysutils/swapexd/pkg-descr
@@ -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/