View | Details | Raw Unified | Return to bug 230221 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/fileprune/Makefile (-2 / +10 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	fileprune
4
PORTNAME=	fileprune
5
PORTVERSION=	1.9
5
PORTVERSION=	1.11
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	https://www.spinellis.gr/sw/unix/fileprune/ \
7
MASTER_SITES=	https://www.spinellis.gr/sw/unix/fileprune/ \
8
		https://www2.dmst.aueb.gr/dds/sw/unix/fileprune/
8
		https://www2.dmst.aueb.gr/dds/sw/unix/fileprune/
Lines 11-17 Link Here
11
COMMENT=	Prune a file set according to a given age distribution
11
COMMENT=	Prune a file set according to a given age distribution
12
12
13
LICENSE=	MIT
13
LICENSE=	MIT
14
PLIST_FILES=	bin/fileprune \
15
		man/man1/fileprune.1.gz
14
16
15
PLIST_FILES=	bin/fileprune man/man1/fileprune.1.gz
17
do-install:
18
	@${MKDIR} ${STAGEDIR}${PREFIX}/bin \
19
		${STAGEDIR}${MANDIRS}/man1
20
	${INSTALL_PROGRAM} ${WRKSRC}/fileprune \
21
		${STAGEDIR}${PREFIX}/bin
22
	${INSTALL_MAN} ${WRKSRC}/fileprune.1 \
23
		${STAGEDIR}${MANDIRS}/man1
16
24
17
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)sysutils/fileprune/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (fileprune-1.9.tar.gz) = 7f2238baf47c02b235dd5354d83b1ed9970fa8b8256e5ef3fa7b3e9b33e55ce9
1
TIMESTAMP = 1533000967
2
SIZE (fileprune-1.9.tar.gz) = 24335
2
SHA256 (fileprune-1.11.tar.gz) = bdc7b0b4f9933ab9921816f21bf5dc083885508561ededbf71a5697dc59d9aff
3
SIZE (fileprune-1.11.tar.gz) = 26829

Return to bug 230221