mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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)
This commit is contained in:
parent
78c30b9192
commit
94363c13c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321299
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user