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

(-)security/libident/Makefile (-4 / +4 lines)
Lines 6-27 Link Here
6
#
6
#
7
7
8
PORTNAME=	libident
8
PORTNAME=	libident
9
PORTVERSION=	0.31
9
PORTVERSION=	0.32
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	http://rdenisc.free.fr/libident/
11
MASTER_SITES=	http://rdenisc.free.fr/libident/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	A small library to interface the ident protocol server (rfc1413)
14
COMMENT=	A small library to interface the ident protocol server (rfc1413)
15
15
16
GNU_CONFIGURE=	yes
16
USE_GNOME=	gnometarget lthack
17
INSTALLS_SHLIB=	yes
18
USE_LIBTOOL=	yes
17
USE_LIBTOOL=	yes
18
INSTALLS_SHLIB=	yes
19
19
20
MAN3=		ident.3
20
MAN3=		ident.3
21
21
22
post-install:
22
post-install:
23
.if !defined(NOPORTDOCS)
23
.if !defined(NOPORTDOCS)
24
	${MKDIR} ${DOCSDIR}
24
	@${MKDIR} ${DOCSDIR}
25
.for i in README
25
.for i in README
26
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
26
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
27
.endfor
27
.endfor
(-)security/libident/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libident-0.31.tar.gz) = 35731c0d544b6f72427426ee6036ef3e
1
MD5 (libident-0.32.tar.gz) = 9b9346eacc28d842d164881f0efa3388
(-)security/libident/pkg-plist (-1 lines)
Lines 1-5 Link Here
1
include/ident.h
1
include/ident.h
2
lib/libident.la
3
lib/libident.a
2
lib/libident.a
4
lib/libident.so
3
lib/libident.so
5
lib/libident.so.0
4
lib/libident.so.0

Return to bug 61784