svn commit: r402347 - head/sysutils/mdf2iso

Kurt Jaeger pi at FreeBSD.org
Tue Nov 24 06:21:18 UTC 2015


Author: pi
Date: Tue Nov 24 06:21:16 2015
New Revision: 402347
URL: https://svnweb.freebsd.org/changeset/ports/402347

Log:
  sysutils/mdf2iso: unbreak, new distsite, new maintainer, new WWW
  
  PR:		204494
  Submitted by:	matthew at reztek.cz, portmaster at bsdforge.com

Modified:
  head/sysutils/mdf2iso/Makefile
  head/sysutils/mdf2iso/distinfo
  head/sysutils/mdf2iso/pkg-descr

Modified: head/sysutils/mdf2iso/Makefile
==============================================================================
--- head/sysutils/mdf2iso/Makefile	Tue Nov 24 06:13:51 2015	(r402346)
+++ head/sysutils/mdf2iso/Makefile	Tue Nov 24 06:21:16 2015	(r402347)
@@ -3,21 +3,23 @@
 
 PORTNAME=	mdf2iso
 PORTVERSION=	0.3.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	BERLIOS
-DISTNAME=	${PORTNAME}-${PORTVERSION}-src
+MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/mdf2iso/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Alcohol 120% to ISO converter
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv2 # (or later)
 
+USES=		tar:xz
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/mdf2iso
 
+INSTALL_TARGET=	install-strip
+
 .include <bsd.port.mk>

Modified: head/sysutils/mdf2iso/distinfo
==============================================================================
--- head/sysutils/mdf2iso/distinfo	Tue Nov 24 06:13:51 2015	(r402346)
+++ head/sysutils/mdf2iso/distinfo	Tue Nov 24 06:21:16 2015	(r402347)
@@ -1,2 +1,2 @@
-SHA256 (mdf2iso-0.3.0-src.tar.gz) = 734007c4ed957325a36bb8bd46fa14ec5be51276ce2271656d98ea8836561662
-SIZE (mdf2iso-0.3.0-src.tar.gz) = 191783
+SHA256 (mdf2iso-0.3.0.tar.xz) = a4244f7de0a68497fd34c064959ae79f5e461c9b64ab59aeb9eb9de5d54b05ea
+SIZE (mdf2iso-0.3.0.tar.xz) = 75020

Modified: head/sysutils/mdf2iso/pkg-descr
==============================================================================
--- head/sysutils/mdf2iso/pkg-descr	Tue Nov 24 06:13:51 2015	(r402346)
+++ head/sysutils/mdf2iso/pkg-descr	Tue Nov 24 06:21:16 2015	(r402347)
@@ -1,4 +1,6 @@
-MDF2ISO is a very simple utility to convert an Alcohol 120% bin image to
-the standard ISO-9660 format
+MDF2ISO is a simple utility to convert an Alcohol 120% bin image into standard
+ISO-9660 format, cue sheets, or a TOC file
 
-WWW: http://mdf2iso.berlios.de/
+Also available on Gitlab: https://gitlab.com/bsdforge/mdf2iso
+
+WWW: http://BSDforge.com/projects/sysutils/mdf2iso/


More information about the svn-ports-all mailing list