svn commit: r360433 - head/security/gss

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 3 17:57:44 UTC 2014


Author: amdmi3
Date: Thu Jul  3 17:57:43 2014
New Revision: 360433
URL: http://svnweb.freebsd.org/changeset/ports/360433
QAT: https://qat.redports.org/buildarchive/r360433/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

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

Modified: head/security/gss/Makefile
==============================================================================
--- head/security/gss/Makefile	Thu Jul  3 17:57:30 2014	(r360432)
+++ head/security/gss/Makefile	Thu Jul  3 17:57:43 2014	(r360433)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gss
 PORTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	GNU
 
@@ -13,7 +14,7 @@ LIB_DEPENDS=	libshishi.so:${PORTSDIR}/se
 
 CONFLICTS=	heimdal-[0-9]*
 
-USES=		pathfix pkgconfig perl5
+USES=		libtool pathfix pkgconfig perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-kerberos5

Modified: head/security/gss/pkg-plist
==============================================================================
--- head/security/gss/pkg-plist	Thu Jul  3 17:57:30 2014	(r360432)
+++ head/security/gss/pkg-plist	Thu Jul  3 17:57:43 2014	(r360433)
@@ -3,9 +3,9 @@ include/gss.h
 include/gss/api.h
 include/gss/ext.h
 lib/libgss.a
-lib/libgss.la
 lib/libgss.so
 lib/libgss.so.3
+lib/libgss.so.3.0.2
 libdata/pkgconfig/gss.pc
 man/man1/gss.1.gz
 man/man3/gss_accept_sec_context.3.gz


More information about the svn-ports-head mailing list