svn commit: r361265 - head/security/heimdal

Tijl Coosemans tijl at FreeBSD.org
Tue Jul 8 16:16:14 UTC 2014


Author: tijl
Date: Tue Jul  8 16:16:13 2014
New Revision: 361265
URL: http://svnweb.freebsd.org/changeset/ports/361265
QAT: https://qat.redports.org/buildarchive/r361265/

Log:
  - Fix pkg-plist [1]
  - Add INSTALL_TARGET=install-strip
  
  Reported by:	swills (jenkins) [1]

Modified:
  head/security/heimdal/Makefile
  head/security/heimdal/pkg-plist

Modified: head/security/heimdal/Makefile
==============================================================================
--- head/security/heimdal/Makefile	Tue Jul  8 16:16:08 2014	(r361264)
+++ head/security/heimdal/Makefile	Tue Jul  8 16:16:13 2014	(r361265)
@@ -3,7 +3,7 @@
 
 PORTNAME=	heimdal
 PORTVERSION=	1.5.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://www.h5l.org/dist/src/ \
 		http://ftp.pdc.kth.se/pub/heimdal/src/ \
@@ -37,9 +37,10 @@ PKINIT_CONFIGURE_ENABLE=	pk-init
 CRACKLIB_BUILD_DEPENDS=		${PREFIX}/lib/libcrack.a:${PORTSDIR}/security/cracklib
 
 USES=		gettext libtool pathfix pkgconfig
+USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 MAKE_JOBS_UNSAFE=	yes
 CONFIGURE_ARGS+=	--with-libintl=${LOCALBASE} \
 			--with-readline=${DESTDIR}/usr \

Modified: head/security/heimdal/pkg-plist
==============================================================================
--- head/security/heimdal/pkg-plist	Tue Jul  8 16:16:08 2014	(r361264)
+++ head/security/heimdal/pkg-plist	Tue Jul  8 16:16:13 2014	(r361265)
@@ -115,6 +115,7 @@ lib/libheimbase.so.1.0.0
 %%SQLITE%%lib/libheimsqlite.so.0.0.0
 lib/libhdb.a
 lib/libhdb.so
+lib/libhdb.so.9
 lib/libhdb.so.9.2.0
 lib/libheimntlm.a
 lib/libheimntlm.so


More information about the svn-ports-head mailing list