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

(-)ap-utils-1.4/Makefile (-3 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	ap-utils
8
PORTNAME=	ap-utils
9
PORTVERSION=	1.3.3
9
PORTVERSION=	1.4
10
PORTREVISION=	1
11
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 29-35 Link Here
29
post-install:
28
post-install:
30
	${MKDIR} ${DOCSDIR}
29
	${MKDIR} ${DOCSDIR}
31
	cd ${WRKSRC}/Documentation && \
30
	cd ${WRKSRC}/Documentation && \
32
		${INSTALL_DATA} FAQ Ovislink-HOWTO.html ${DOCSDIR}
31
		${INSTALL_DATA} FAQ Ovislink-HOWTO.html HARDWARE-NOTES README.ap-gl ${DOCSDIR}
33
.endif
32
.endif
34
33
35
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)ap-utils-1.4/distinfo (-1 / +2 lines)
Line 1 Link Here
1
MD5 (ap-utils-1.3.3.tar.bz2) = 5adfcbec9b0de14832c93da9c1d4c1b1
1
MD5 (ap-utils-1.4.tar.bz2) = ff2ba8d6563d4e53ea3db6bd0262e381
2
SIZE (ap-utils-1.4.tar.bz2) = 367750
(-)ap-utils-1.4/pkg-plist (+3 lines)
Lines 1-5 Link Here
1
bin/ap-config
1
bin/ap-config
2
bin/ap-mrtg
2
bin/ap-mrtg
3
bin/ap-gl
3
sbin/ap-trapd
4
sbin/ap-trapd
4
share/locale/fr/LC_MESSAGES/ap-utils.mo
5
share/locale/fr/LC_MESSAGES/ap-utils.mo
5
share/locale/nl/LC_MESSAGES/ap-utils.mo
6
share/locale/nl/LC_MESSAGES/ap-utils.mo
Lines 8-11 Link Here
8
share/locale/uk/LC_MESSAGES/ap-utils.mo
9
share/locale/uk/LC_MESSAGES/ap-utils.mo
9
%%PORTDOCS%%share/doc/ap-utils/FAQ
10
%%PORTDOCS%%share/doc/ap-utils/FAQ
10
%%PORTDOCS%%share/doc/ap-utils/Ovislink-HOWTO.html
11
%%PORTDOCS%%share/doc/ap-utils/Ovislink-HOWTO.html
12
%%PORTDOCS%%share/doc/ap-utils/HARDWARE-NOTES
13
%%PORTDOCS%%share/doc/ap-utils/README.ap-gl
11
%%PORTDOCS%%@dirrm share/doc/ap-utils
14
%%PORTDOCS%%@dirrm share/doc/ap-utils

Return to bug 63822