View | Details | Raw Unified | Return to bug 179717
Collapse All | Expand All

(-)swapexd/Makefile (-4 / +2 lines)
Lines 2-12 Link Here
2
# Date created:				26 March 2011
2
# Date created:				26 March 2011
3
# Whom:					Jesse Smith
3
# Whom:					Jesse Smith
4
#
4
#
5
# $FreeBSD: branches/RELENG_9_1_0/sysutils/swapexd/Makefile 300897 2012-07-14 14:29:18Z beat $
5
# $FreeBSD: 
6
#
6
#
7
7
8
PORTNAME=	swapexd
8
PORTNAME=	swapexd
9
PORTVERSION=	0.3
9
PORTVERSION=	0.4
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
12
MASTER_SITES=	http://makeapbi.sourceforge.net/${PORTNAME}/
12
MASTER_SITES=	http://makeapbi.sourceforge.net/${PORTNAME}/
Lines 26-33 Link Here
26
.if ${OSVERSION} < 800076
26
.if ${OSVERSION} < 800076
27
	@${REINPLACE_CMD} -e "s,swapctl -s -m ,swapctl -s -h ,g" ${WRKSRC}/swapexd.c
27
	@${REINPLACE_CMD} -e "s,swapctl -s -m ,swapctl -s -h ,g" ${WRKSRC}/swapexd.c
28
.endif
28
.endif
29
# Clang fix
30
	@${REINPLACE_CMD} -e '1s/^CC=.*$$/CC=${CC}/' ${WRKSRC}/${MAKEFILE}
31
29
32
do-install:
30
do-install:
33
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
31
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
(-)swapexd/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (swapexd-0.3.tar.gz) = 44fb12987dac7f855251f2ea06bbe427d6728873c01f71231f716e1dcfc71433
1
SHA256 (swapexd-0.4.tar.gz) = 895bb6f694a0596f9080dd0c68e88a30e45dfe81d7dd97d3c71921370ed7800e
2
SIZE (swapexd-0.3.tar.gz) = 7816
2
SIZE (swapexd-0.4.tar.gz) = 8461
(-)swapexd/pkg-descr (-1 / +1 lines)
Lines 1-5 Link Here
1
The Swap Extender Daemon is designed to monitor the amount of swap space
1
The Swap Extender Daemon is designed to monitor the amount of swap space
2
available on the system and create moer on-disk swap as needed. Additionally
2
available on the system and create more on-disk swap as needed. Additionally
3
Swap Extender will remove unwanted swap space when memory is freed.
3
Swap Extender will remove unwanted swap space when memory is freed.
4
4
5
WWW: http://makeapbi.sourceforge.net/
5
WWW: http://makeapbi.sourceforge.net/

Return to bug 179717