From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 22:34:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A209CB25; Wed, 23 Jul 2014 22:34:00 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83427225C; Wed, 23 Jul 2014 22:34:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NMY04c029532; Wed, 23 Jul 2014 22:34:00 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NMXxcY029519; Wed, 23 Jul 2014 22:33:59 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407232233.s6NMXxcY029519@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 22:33:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362747 - in head/emulators: cpmtools2 lib765 libdsk xcpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2014 22:34:00 -0000 Author: amdmi3 Date: Wed Jul 23 22:33:59 2014 New Revision: 362747 URL: http://svnweb.freebsd.org/changeset/ports/362747 QAT: https://qat.redports.org/buildarchive/r362747/ Log: - Switch to USES=libtool, drop .la files - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/emulators/cpmtools2/Makefile head/emulators/lib765/Makefile head/emulators/libdsk/Makefile head/emulators/libdsk/pkg-plist head/emulators/xcpc/Makefile Modified: head/emulators/cpmtools2/Makefile ============================================================================== --- head/emulators/cpmtools2/Makefile Wed Jul 23 22:32:13 2014 (r362746) +++ head/emulators/cpmtools2/Makefile Wed Jul 23 22:33:59 2014 (r362747) @@ -3,7 +3,7 @@ PORTNAME= cpmtools2 PORTVERSION= 2.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators sysutils MASTER_SITES= http://www.moria.de/~michael/cpmtools/files/ DISTNAME= ${PORTNAME:C/2$//}-${PORTVERSION} Modified: head/emulators/lib765/Makefile ============================================================================== --- head/emulators/lib765/Makefile Wed Jul 23 22:32:13 2014 (r362746) +++ head/emulators/lib765/Makefile Wed Jul 23 22:33:59 2014 (r362747) @@ -3,7 +3,7 @@ PORTNAME= lib765 PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators devel MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/ Modified: head/emulators/libdsk/Makefile ============================================================================== --- head/emulators/libdsk/Makefile Wed Jul 23 22:32:13 2014 (r362746) +++ head/emulators/libdsk/Makefile Wed Jul 23 22:33:59 2014 (r362747) @@ -3,6 +3,7 @@ PORTNAME= libdsk PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= emulators devel MASTER_SITES= http://www.seasip.info/Unix/LibDsk/ \ http://www.hugbox.org/software/ports/ @@ -10,7 +11,8 @@ MASTER_SITES= http://www.seasip.info/Uni MAINTAINER= pixel@hugbox.org COMMENT= Enables access to disks and disk images; also via serial line -USE_AUTOTOOLS= libtool +USES= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes .include Modified: head/emulators/libdsk/pkg-plist ============================================================================== --- head/emulators/libdsk/pkg-plist Wed Jul 23 22:32:13 2014 (r362746) +++ head/emulators/libdsk/pkg-plist Wed Jul 23 22:33:59 2014 (r362747) @@ -8,9 +8,9 @@ bin/dskutil bin/md3serial include/libdsk.h lib/libdsk.a -lib/libdsk.la lib/libdsk.so -lib/libdsk.so.5 +lib/libdsk.so.3 +lib/libdsk.so.3.2.3 man/man1/apriboot.1.gz man/man1/dskdump.1.gz man/man1/dskform.1.gz Modified: head/emulators/xcpc/Makefile ============================================================================== --- head/emulators/xcpc/Makefile Wed Jul 23 22:32:13 2014 (r362746) +++ head/emulators/xcpc/Makefile Wed Jul 23 22:33:59 2014 (r362747) @@ -3,7 +3,7 @@ PORTNAME= xcpc PORTVERSION= 20070122 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}