Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 16:16:14 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361265 - head/security/heimdal
Message-ID:  <201407081616.s68GGEwI056212@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081616.s68GGEwI056212>