svn commit: r358672 - head/www/httest

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jun 21 07:05:20 UTC 2014


Author: amdmi3
Date: Sat Jun 21 07:05:19 2014
New Revision: 358672
URL: http://svnweb.freebsd.org/changeset/ports/358672
QAT: https://qat.redports.org/buildarchive/r358672/

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

Modified:
  head/www/httest/Makefile
  head/www/httest/pkg-plist

Modified: head/www/httest/Makefile
==============================================================================
--- head/www/httest/Makefile	Sat Jun 21 06:55:32 2014	(r358671)
+++ head/www/httest/Makefile	Sat Jun 21 07:05:19 2014	(r358672)
@@ -3,7 +3,7 @@
 
 PORTNAME=	httest
 PORTVERSION=	2.4.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION}
 
@@ -25,7 +25,7 @@ CONFIGURE_ARGS=	--enable-lua-module \
 		--with-ssl="${OPENSSLLIB}"
 CPPFLAGS+=	-I${LUA_INCDIR}
 GNU_CONFIGURE=	yes
-USES=		iconv lua
+USES=		iconv lua libtool
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 

Modified: head/www/httest/pkg-plist
==============================================================================
--- head/www/httest/pkg-plist	Sat Jun 21 06:55:32 2014	(r358671)
+++ head/www/httest/pkg-plist	Sat Jun 21 07:05:19 2014	(r358672)
@@ -4,9 +4,9 @@ bin/htremote
 bin/httest
 include/htt/dso.h
 lib/libhello.a
-lib/libhello.la
 lib/libhello.so
 lib/libhello.so.0
+lib/libhello.so.0.0.0
 man/man1/htntlm.1.gz
 man/man1/htproxy.1.gz
 man/man1/htremote.1.gz


More information about the svn-ports-head mailing list