aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-22 17:42:23 +0800
committerkrion <krion@FreeBSD.org>2003-08-22 17:42:23 +0800
commitc438445655bf1bef6b7de6c2fea4dd7ea6f5c556 (patch)
treee18baafd52a0cffd812cf936a07fe2f4a9a8d80d
parent19938e82cdeceb3a4cb1463388bb83d59c38c321 (diff)
downloadfreebsd-ports-gnome-c438445655bf1bef6b7de6c2fea4dd7ea6f5c556.tar.gz
freebsd-ports-gnome-c438445655bf1bef6b7de6c2fea4dd7ea6f5c556.tar.zst
freebsd-ports-gnome-c438445655bf1bef6b7de6c2fea4dd7ea6f5c556.zip
- Update to 0.31
-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%%