FreeBSD Bugzilla – Attachment 89334 Details for
Bug 126250
[Maintainer] sysutils/daa2iso - Update to 0.1.5a
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
daa2iso.diff
daa2iso.diff (text/plain), 2.42 KB, created by
Martin Tournoij
on 2008-08-04 23:20:01 UTC
(
hide
)
Description:
daa2iso.diff
Filename:
MIME Type:
Creator:
Martin Tournoij
Created:
2008-08-04 23:20:01 UTC
Size:
2.42 KB
patch
obsolete
>diff -urN --exclude CVS /ports/sysutils/daa2iso/Makefile sysutils/daa2iso/Makefile >--- /ports/sysutils/daa2iso/Makefile 2008-04-04 20:38:31.000000000 +0200 >+++ sysutils/daa2iso/Makefile 2008-08-05 00:07:49.000000000 +0200 >@@ -2,25 +2,28 @@ > # Date created: 27 Jan 2008 > # Whom: Martin Tournoij <carpetsmoker@xs4all.nl> > # >-# $Carpetsmoker: ports/sysutils/daa2iso/Makefile,v 1.3 2008/03/27 14:43:02 carpetsmoker Exp $ > # $FreeBSD: ports/sysutils/daa2iso/Makefile,v 1.3 2008/03/31 07:28:28 jadawin Exp $ > # > > PORTNAME= daa2iso >-PORTVERSION= 0.1.4 >+PORTVERSION= 0.1.5a > CATEGORIES= sysutils > MASTER_SITES= http://www.carpetsmoker.net/distfiles/ \ > http://www.xs4all.nl/distfiles/ \ > http://www.rwxrwxrwx.net/distfiles/ > >-MAINTAINER= carpetsmoker@xs4all.nl >+MAINTAINER= carpetsmoker@rwxrwxrwx.net > COMMENT= Convert PowerISO DAA files to ISO9660 > > PLIST_FILES= bin/daa2iso > PORTDOCS= daa2iso.txt > >+post-patch: >+ @${REINPLACE_CMD} 's|exit(1)|exit(0)|' ${WRKSRC}/daa2iso.c >+ > do-build: >- ${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} -lz ${WRKSRC}/daa2iso.c >+ ${CC} ${CFLAGS} -c ${WRKSRC}/LzmaDec.c -o ${WRKSRC}/LzmaDec.o >+ ${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} -lz ${WRKSRC}/daa2iso.c ${WRKSRC}/LzmaDec.o > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/daa2iso ${PREFIX}/bin/ >@@ -29,4 +32,19 @@ > ${INSTALL_DATA} ${WRKSRC}/daa2iso.txt ${DOCSDIR} > .endif > >+.if defined(MAINTAINER) >+distfile: >+ rm -fr /tmp/${PORTNAME}-${PORTVERSION} >+ mkdir /tmp/${PORTNAME}-${PORTVERSION} >+ cd /tmp/${PORTNAME}-${PORTVERSION} && \ >+ fetch http://aluigi.altervista.org/mytoolz/${PORTNAME}.zip && \ >+ tar xf ${PORTNAME}.zip && \ >+ mv src/* . && \ >+ rm -rf ${PORTNAME}.zip *.exe src && \ >+ chmod 664 * >+ cd /tmp && \ >+ tar cf ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-${PORTVERSION} >+ rm -fr /tmp/${PORTNAME}-${PORTVERSION} >+.endif >+ > .include <bsd.port.mk> >diff -urN --exclude CVS /ports/sysutils/daa2iso/distinfo sysutils/daa2iso/distinfo >--- /ports/sysutils/daa2iso/distinfo 2008-04-04 20:38:31.000000000 +0200 >+++ sysutils/daa2iso/distinfo 2008-08-04 23:58:00.000000000 +0200 >@@ -1,3 +1,3 @@ >-MD5 (daa2iso-0.1.4.tar.gz) = 1912654777a4053c320a29495028da59 >-SHA256 (daa2iso-0.1.4.tar.gz) = 692a87075907b75e3ed5e23f6edaa9570c64197fa872827e404ce1f0b22f691d >-SIZE (daa2iso-0.1.4.tar.gz) = 7138 >+MD5 (daa2iso-0.1.5a.tar.gz) = e987d0c0968e28155343922afe7b60ec >+SHA256 (daa2iso-0.1.5a.tar.gz) = b483ab99b1dc3a1dc55dd1a4c6a7ac67caf383b662a70c6e6ffbfa08d5429b78 >+SIZE (daa2iso-0.1.5a.tar.gz) = 77312
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126250
: 89334