From owner-svn-ports-all@FreeBSD.ORG Sun Mar 2 22:02:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A26628DA; Sun, 2 Mar 2014 22:02:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E8D31D86; Sun, 2 Mar 2014 22:02:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s22M2Cug094893; Sun, 2 Mar 2014 22:02:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s22M2CRe094890; Sun, 2 Mar 2014 22:02:12 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403022202.s22M2CRe094890@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 2 Mar 2014 22:02:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346818 - head/devel/mq4cpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 22:02:12 -0000 Author: bapt Date: Sun Mar 2 22:02:11 2014 New Revision: 346818 URL: http://svnweb.freebsd.org/changeset/ports/346818 QAT: https://qat.redports.org/buildarchive/r346818/ Log: Convert to USES=libtool Convert to USES=dos2unix Remove now useless patch for DOCS support Modified: head/devel/mq4cpp/Makefile head/devel/mq4cpp/pkg-plist Modified: head/devel/mq4cpp/Makefile ============================================================================== --- head/devel/mq4cpp/Makefile Sun Mar 2 22:00:31 2014 (r346817) +++ head/devel/mq4cpp/Makefile Sun Mar 2 22:02:11 2014 (r346818) @@ -3,6 +3,7 @@ PORTNAME= mq4cpp PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.sixtyfourbit.org/Download/ @@ -12,20 +13,8 @@ COMMENT= Message Queuing for C++ OPTIONS_DEFINE= DOCS USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USES= pathfix pkgconfig -USE_GNOME= ltverhack +USES= dos2unix libtool pathfix pkgconfig USE_BZIP2= yes -USE_DOS2UNIX= yes GNU_CONFIGURE= yes -.include - -post-patch: -.if empty(PORT_OPTIONS:MDOCS) - ${REINPLACE_CMD} -e \ - '/^install-data-am:/ s|install-docDATA||' \ - ${WRKSRC}/Makefile.in -.endif - .include Modified: head/devel/mq4cpp/pkg-plist ============================================================================== --- head/devel/mq4cpp/pkg-plist Sun Mar 2 22:00:31 2014 (r346817) +++ head/devel/mq4cpp/pkg-plist Sun Mar 2 22:02:11 2014 (r346818) @@ -28,6 +28,7 @@ lib/libmq4cpp.a lib/libmq4cpp.la lib/libmq4cpp.so lib/libmq4cpp.so.1 +lib/libmq4cpp.so.1.16.0 libdata/pkgconfig/mq4cpp.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING