diff options
author | krion <krion@FreeBSD.org> | 2004-01-23 23:20:32 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-23 23:20:32 +0800 |
commit | ce4af858c51b6141a552f4184594c2fdc73a4cca (patch) | |
tree | 101687a79652659b3f86b68cc17837bf24212e78 /security | |
parent | d8897c9566dcab665f3e54e6059b882f8364e29a (diff) | |
download | freebsd-ports-gnome-ce4af858c51b6141a552f4184594c2fdc73a4cca.tar.gz freebsd-ports-gnome-ce4af858c51b6141a552f4184594c2fdc73a4cca.tar.zst freebsd-ports-gnome-ce4af858c51b6141a552f4184594c2fdc73a4cca.zip |
- Update to version 0.32
PR: ports/61784
Submitted by: Ports Fury
Diffstat (limited to 'security')
-rw-r--r-- | security/libident/Makefile | 8 | ||||
-rw-r--r-- | security/libident/distinfo | 2 | ||||
-rw-r--r-- | security/libident/pkg-plist | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index c2a9b9430f96..b2ed029caab9 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -6,22 +6,22 @@ # PORTNAME= libident -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= security MASTER_SITES= http://rdenisc.free.fr/libident/ MAINTAINER= ports@FreeBSD.org COMMENT= A small library to interface the ident protocol server (rfc1413) -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_GNOME= gnometarget lthack USE_LIBTOOL= yes +INSTALLS_SHLIB= yes MAN3= ident.3 post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor diff --git a/security/libident/distinfo b/security/libident/distinfo index 9f5554962093..453f7ff3cd1b 100644 --- a/security/libident/distinfo +++ b/security/libident/distinfo @@ -1 +1 @@ -MD5 (libident-0.31.tar.gz) = 35731c0d544b6f72427426ee6036ef3e +MD5 (libident-0.32.tar.gz) = 9b9346eacc28d842d164881f0efa3388 diff --git a/security/libident/pkg-plist b/security/libident/pkg-plist index 1f81e34a3d58..319b8b0f7895 100644 --- a/security/libident/pkg-plist +++ b/security/libident/pkg-plist @@ -1,5 +1,4 @@ include/ident.h -lib/libident.la lib/libident.a lib/libident.so lib/libident.so.0 |