Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2013 17:50:55 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321299 - head/sysutils/swapexd
Message-ID:  <201306191750.r5JHotJ2010636@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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