svn commit: r360029 - head/databases/libhsclient

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 1 15:06:02 UTC 2014


Author: amdmi3
Date: Tue Jul  1 15:06:02 2014
New Revision: 360029
URL: http://svnweb.freebsd.org/changeset/ports/360029
QAT: https://qat.redports.org/buildarchive/r360029/

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

Modified:
  head/databases/libhsclient/Makefile
  head/databases/libhsclient/pkg-plist

Modified: head/databases/libhsclient/Makefile
==============================================================================
--- head/databases/libhsclient/Makefile	Tue Jul  1 15:03:32 2014	(r360028)
+++ head/databases/libhsclient/Makefile	Tue Jul  1 15:06:02 2014	(r360029)
@@ -2,19 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	libhsclient
-PORTVERSION=	1.0.6
-PORTREVISION=	${REVISION}
+DISTVERSION=	1.0.6-20110614
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.cs.nctu.edu.tw/~jnlin/distfiles/
-DISTNAME=	HandlerSocket-Plugin-for-MySQL-${PORTVERSION}-${REVISION}
+DISTNAME=	HandlerSocket-Plugin-for-MySQL-${DISTVERSION}
 
 MAINTAINER=	jnlin at csie.nctu.edu.tw
 COMMENT=	Client Library of HandlerSocket Plugin
 
 WRKSRC=		${WRKDIR}/HandlerSocket-Plugin-for-MySQL
 
-REVISION=	20110614
-
+USES=		libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-handlersocket-server=no
 

Modified: head/databases/libhsclient/pkg-plist
==============================================================================
--- head/databases/libhsclient/pkg-plist	Tue Jul  1 15:03:32 2014	(r360028)
+++ head/databases/libhsclient/pkg-plist	Tue Jul  1 15:06:02 2014	(r360029)
@@ -13,6 +13,5 @@ include/handlersocket/util.hpp
 include/handlersocket/auto_ptrcontainer.hpp
 include/handlersocket/hstcpcli.hpp
 include/handlersocket/string_ref.hpp
-lib/libhsclient.la
 lib/libhsclient.a
 @dirrmtry include/handlersocket


More information about the svn-ports-all mailing list