aboutsummaryrefslogtreecommitdiff
path: root/security/libident
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-22 09:42:23 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-22 09:42:23 +0000
commite261441e1ee702fa19844a076a3924402c9afd01 (patch)
tree96abbc4c608704f0d8705caa0b2bdda2f02635b1 /security/libident
parent59b7a895b7607fa0c1347ac17752f58e618c3235 (diff)
downloadports-e261441e1ee702fa19844a076a3924402c9afd01.tar.gz
ports-e261441e1ee702fa19844a076a3924402c9afd01.zip
- Update to 0.31
Notes
Notes: svn path=/head/; revision=87491
Diffstat (limited to 'security/libident')
-rw-r--r--security/libident/Makefile17
-rw-r--r--security/libident/distinfo2
-rw-r--r--security/libident/files/patch-aa57
-rw-r--r--security/libident/pkg-plist5
4 files changed, 20 insertions, 61 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile
index 820573c9d579..c2a9b9430f96 100644
--- a/security/libident/Makefile
+++ b/security/libident/Makefile
@@ -6,14 +6,25 @@
#
PORTNAME= libident
-PORTVERSION= 0.22
+PORTVERSION= 0.31
CATEGORIES= security
-MASTER_SITES= http://melkor.dnp.fmph.uniba.sk/~garabik/efingerd/libident/
+MASTER_SITES= http://rdenisc.free.fr/libident/
MAINTAINER= ports@FreeBSD.org
COMMENT= A small library to interface the ident protocol server (rfc1413)
-ALL_TARGET= freebsd
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+
MAN3= ident.3
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in README
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
.include <bsd.port.mk>
diff --git a/security/libident/distinfo b/security/libident/distinfo
index 684161fc28da..9f5554962093 100644
--- a/security/libident/distinfo
+++ b/security/libident/distinfo
@@ -1 +1 @@
-MD5 (libident-0.22.tar.gz) = 218b6706e574ca5b41a0a675cf1860eb
+MD5 (libident-0.31.tar.gz) = 35731c0d544b6f72427426ee6036ef3e
diff --git a/security/libident/files/patch-aa b/security/libident/files/patch-aa
deleted file mode 100644
index 57b4be72ca53..000000000000
--- a/security/libident/files/patch-aa
+++ /dev/null
@@ -1,57 +0,0 @@
-*** Makefile.o Sat Jan 24 17:11:37 1998
---- Makefile Sat Jan 24 17:12:49 1998
-***************
-*** 8,14 ****
- RANLIB=ranlib
- AR=ar cq
-
-! INSTROOT=/usr/local
- LIBDIR=$(INSTROOT)/lib
- INCDIR=$(INSTROOT)/include
- MANDIR=$(INSTROOT)/man/man3
---- 8,14 ----
- RANLIB=ranlib
- AR=ar cq
-
-! INSTROOT=${PREFIX}
- LIBDIR=$(INSTROOT)/lib
- INCDIR=$(INSTROOT)/include
- MANDIR=$(INSTROOT)/man/man3
-***************
-*** 19,25 ****
- # Add -DHAVE_ANSIHEADERS if your system have the ANSI C header files
- # needed for our purposes (stdlib, string, unistd).
- #
-! CFLAGS = -O
-
- LDLIBS =
- LIBIDENT = libident.a
---- 19,25 ----
- # Add -DHAVE_ANSIHEADERS if your system have the ANSI C header files
- # needed for our purposes (stdlib, string, unistd).
- #
-! #CFLAGS = -O
-
- LDLIBS =
- LIBIDENT = libident.a
-***************
-*** 33,38 ****
---- 33,39 ----
- @echo aix
- @echo bsd
- @echo bsd2.11
-+ @echo freebsd
- @echo dynix
- @echo hpux
- @echo irix
-***************
-*** 126,131 ****
---- 127,134 ----
- bsd2.11:
- @$(MAKE) all CC="$(CC)" CFLAGS="-O -DSIGRETURNTYPE=int -DHAVE_ANSIHEADERS"
-
-+ freebsd:
-+ @$(MAKE) all CC="$(CC)" CFLAGS="${CFLAGS} -Wall -DHAVE_ANSIHEADERS"
-
- #
- #
diff --git a/security/libident/pkg-plist b/security/libident/pkg-plist
index bccb5ff3c799..1f81e34a3d58 100644
--- a/security/libident/pkg-plist
+++ b/security/libident/pkg-plist
@@ -1,2 +1,7 @@
include/ident.h
+lib/libident.la
lib/libident.a
+lib/libident.so
+lib/libident.so.0
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%