svn commit: r362747 - in head/emulators: cpmtools2 lib765 libdsk xcpc
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 23 22:34:00 UTC 2014
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 at 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 <bsd.port.mk>
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}
More information about the svn-ports-head
mailing list