1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Update to 2.01.01a09, which now includes DVD support in cdrecord and

changed the licenses of the various cdrtools components from GPL to
CDDL and LGPL respectively. For the full announcement of 2.01.01a09
see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a09
This commit is contained in:
Marius Strobl 2006-05-16 18:13:28 +00:00
parent 2d3c2f30f2
commit 063ddc5cc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162599
3 changed files with 15 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= cdrtools
PORTVERSION= 2.01.01a08
PORTVERSION= 2.01.01a09
PORTEPOCH= 1
CATEGORIES= sysutils audio
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \

View File

@ -1,3 +1,3 @@
MD5 (cdrtools-2.01.01a08.tar.bz2) = 89b175da72249ba5e1a8fc4e62047e1e
SHA256 (cdrtools-2.01.01a08.tar.bz2) = c80f43c14b4c09950d9314d789ccb4cb996837118ca04f9ca2631ed135472772
SIZE (cdrtools-2.01.01a08.tar.bz2) = 1442015
MD5 (cdrtools-2.01.01a09.tar.bz2) = 4527e83c3f805dab5e9e34e75489ac13
SHA256 (cdrtools-2.01.01a09.tar.bz2) = 177e2f62d91fb35de1c64aa2b2be3e258a78cc3389bef89ae2a2776957d31296
SIZE (cdrtools-2.01.01a09.tar.bz2) = 1499326

View File

@ -0,0 +1,11 @@
--- cdda2wav/interface.c Mon Dec 29 11:28:09 2003
+++ cdda2wav/interface.c Sun Jan 18 01:35:50 2004
@@ -536,7 +536,7 @@
#endif
case 117: /* pre-GEOM atapi cd */
if (!S_ISCHR(statstruct->st_mode)) {
- errmsgno/EX_BAD, "%s is not a char device.\n",
+ errmsgno(EX_BAD, "%s is not a char device.\n",
pdev_name);
exit(SYNTAX_ERROR);
}