svn commit: r327686 - head/emulators/cpmtools2

Alex Kozlov ak at FreeBSD.org
Fri Sep 20 11:08:30 UTC 2013


Author: ak
Date: Fri Sep 20 11:08:29 2013
New Revision: 327686
URL: http://svnweb.freebsd.org/changeset/ports/327686

Log:
  - Update to 2.16
  - Convert Makefile headers to new style

Modified:
  head/emulators/cpmtools2/Makefile   (contents, props changed)
  head/emulators/cpmtools2/distinfo   (contents, props changed)

Modified: head/emulators/cpmtools2/Makefile
==============================================================================
--- head/emulators/cpmtools2/Makefile	Fri Sep 20 11:04:48 2013	(r327685)
+++ head/emulators/cpmtools2/Makefile	Fri Sep 20 11:08:29 2013	(r327686)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	cpmtools
-# Date created:		31 January 2008
-# Whom:			joerg
-#
+# Created by: joerg
 # $FreeBSD$
-#
 
 PORTNAME=	cpmtools
-PORTVERSION=	2.15
+PORTVERSION=	2.16
 CATEGORIES=	emulators sysutils
 MASTER_SITES=	http://www.moria.de/~michael/cpmtools/
 
@@ -17,6 +13,7 @@ LICENSE=	GPLv3
 
 LATEST_LINK=	cpmtools2
 
+NO_STAGE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--bindir=${PREFIX}/sbin \
 		--datarootdir=${DATADIR}
@@ -30,7 +27,7 @@ LIBDSK_DESC=	Access to disks and disk im
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MLIBDISK}
+.if ${PORT_OPTIONS:MLIBDSK}
 LIB_DEPENDS+=	dsk:${PORTSDIR}/emulators/libdsk
 CONFIGURE_ARGS+=--with-libdsk=${LOCALBASE}
 .else

Modified: head/emulators/cpmtools2/distinfo
==============================================================================
--- head/emulators/cpmtools2/distinfo	Fri Sep 20 11:04:48 2013	(r327685)
+++ head/emulators/cpmtools2/distinfo	Fri Sep 20 11:08:29 2013	(r327686)
@@ -1,2 +1,2 @@
-SHA256 (cpmtools-2.15.tar.gz) = 33de4b9cb41ee07e8ccfacb42701928e41440c68ea69b817a74e5db16cf01aaa
-SIZE (cpmtools-2.15.tar.gz) = 174447
+SHA256 (cpmtools-2.16.tar.gz) = 12b8832ea15e88c6755a2801caa6fab4e1e2cda18468206b5c7acb16232897af
+SIZE (cpmtools-2.16.tar.gz) = 181842


More information about the svn-ports-all mailing list