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

(-)Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	autodist
8
PORTNAME=	autodist
9
PORTVERSION=	1.3.2
9
PORTVERSION=	1.5
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://silcnet.org/download/autodist/sources/ \
11
MASTER_SITES=	http://silcnet.org/download/autodist/sources/ \
12
		http://public.planetmirror.com/pub/silcnet/autodist/sources/ \
12
		http://public.planetmirror.com/pub/silcnet/autodist/sources/ \
Lines 26-30 Link Here
26
post-patch:
26
post-patch:
27
	@${REINPLACE_CMD} -e '/^install-exec-hook:/,/^$$/s/^	.*//' \
27
	@${REINPLACE_CMD} -e '/^install-exec-hook:/,/^$$/s/^	.*//' \
28
		${WRKSRC}/apps/autodist/Makefile.in
28
		${WRKSRC}/apps/autodist/Makefile.in
29
	${ECHO} "file empty" >> ${WRKSRC}/apps/autodist/doc/autodist.info
29
30
30
.include <bsd.port.post.mk>
31
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (autodist-1.3.2.tar.gz) = aa76211ccea0818f09b4fc9564fad61e
1
MD5 (autodist-1.5.tar.gz) = b3db1ba52507f6f1db5eb05174dd6548
2
SHA256 (autodist-1.3.2.tar.gz) = cb42289e9e5949ab34d6de3a83b87b83c9c9be15813b3d281dd39816f20b1f0b
2
SHA256 (autodist-1.5.tar.gz) = e2574e9e1f1e8e088767ac5c72a9242ac0c64b8f2c179771477f9fe9846b3318
3
SIZE (autodist-1.3.2.tar.gz) = 219823
3
SIZE (autodist-1.5.tar.gz) = 197974
(-)pkg-plist (-4 / +4 lines)
Lines 1-6 Link Here
1
bin/autodist
1
bin/autodist
2
bin/makedist
2
bin/makedist
3
share/autodist/autodist.conf
3
%%DATADIR%%/autodist.conf
4
share/autodist/default
4
%%DATADIR%%/default
5
share/autodist/COPYING
5
%%DATADIR%%/COPYING
6
@dirrm share/autodist
6
@dirrm %%DATADIR%%

Return to bug 138369