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

(-)Makefile (-17 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	aespipe
4
PORTNAME=	aespipe
5
DISTVERSION=	v2.4c
5
PORTVERSION=	2.4d
6
DISTVERSIONPREFIX=	v
6
CATEGORIES=	security
7
CATEGORIES=	security
7
MASTER_SITES=	http://loop-aes.sourceforge.net/${PORTNAME}/ \
8
MASTER_SITES=	http://loop-aes.sourceforge.net/${PORTNAME}/ \
8
		http://koti.tnnet.fi/jari.ruusu/linux/
9
		http://koti.tnnet.fi/jari.ruusu/linux/
Lines 14-40 Link Here
14
15
15
RUN_DEPENDS=	gpg:security/gnupg
16
RUN_DEPENDS=	gpg:security/gnupg
16
17
17
USES=	tar:bzip2
18
USES=		tar:bzip2
18
19
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
TEST_TARGET=	tests
22
20
PLIST_FILES=	bin/aespipe man/man1/aespipe.1.gz
23
PLIST_FILES=	bin/aespipe man/man1/aespipe.1.gz
21
24
22
.include <bsd.port.pre.mk>
23
24
ALL_TARGET=
25
.if ${ARCH} == amd64
26
MAKE_ARGS=	amd64
27
.endif
28
29
.if ${ARCH} == i386
30
MAKE_ARGS=	x86
31
.endif
32
33
post-build:
34
	cd ${WRKSRC} && make tests
35
36
do-install:
25
do-install:
37
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
26
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
38
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
27
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
39
28
40
.include <bsd.port.post.mk>
29
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (aespipe-v2.4c.tar.bz2) = 260190beea911190a839e711f610ec3454a9b13985d35479775b7e26ad4c845e
1
TIMESTAMP = 1473772861
2
SIZE (aespipe-v2.4c.tar.bz2) = 106608
2
SHA256 (aespipe-v2.4d.tar.bz2) = c5ce656e0ade49b93e1163ec7b35450721d5743d8d804ad3a9e39add0389e50f
3
SIZE (aespipe-v2.4d.tar.bz2) = 106703

Return to bug 212662