Date: Mon, 16 Jan 2017 11:50:44 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431627 - head/sysutils/linux-nero Message-ID: <201701161150.v0GBoipS018347@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Jan 16 11:50:44 2017 New Revision: 431627 URL: https://svnweb.freebsd.org/changeset/ports/431627 Log: Unbreak on 64 bit Linux but mark deprecated. Discussed with: bsam (creator) Added: head/sysutils/linux-nero/distinfo - copied, changed from r431626, head/sysutils/linux-nero/distinfo.i386 Deleted: head/sysutils/linux-nero/distinfo.i386 Modified: head/sysutils/linux-nero/Makefile Modified: head/sysutils/linux-nero/Makefile ============================================================================== --- head/sysutils/linux-nero/Makefile Mon Jan 16 11:46:50 2017 (r431626) +++ head/sysutils/linux-nero/Makefile Mon Jan 16 11:50:44 2017 (r431627) @@ -3,23 +3,26 @@ PORTNAME= nero PORTVERSION= 4.0.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils emulators MASTER_SITES= http://ftp20.us.nero.com/software/NeroLINUX/ -DISTNAME= ${PORTNAME}linux-${PORTVERSION}-x86 -EXTRACT_SUFX= .rpm -DIST_SUBDIR= rpm +DISTFILES= ${PORTNAME}linux-${PORTVERSION}-x86.rpm MAINTAINER= emulation@FreeBSD.org COMMENT= CD/DVD disk burner RESTRICTED= Must be downloaded from their website and a serial number must be bought +DEPRECATED= Probably cannot actually burn CD/DVD on recent FreeBSD +EXPIRATION_DATE=2017-03-01 +NO_BUILD= yes +NO_WRKSUBDIR= yes USES= linux USE_LDCONFIG= yes USE_LINUX= gtk2 -USE_LINUX_RPM= nolib -SRC_DISTFILES= -PLIST= ${PKGDIR}/pkg-plist +USE_LINUX_PREFIX= yes + +do-install: + (cd ${WRKSRC} && ${FIND} * | ${CPIO} -dumpl ${STAGEDIR}${PREFIX}) .include <bsd.port.mk> Copied and modified: head/sysutils/linux-nero/distinfo (from r431626, head/sysutils/linux-nero/distinfo.i386) ============================================================================== --- head/sysutils/linux-nero/distinfo.i386 Mon Jan 16 11:46:50 2017 (r431626, copy source) +++ head/sysutils/linux-nero/distinfo Mon Jan 16 11:50:44 2017 (r431627) @@ -1,2 +1,3 @@ -SHA256 (rpm/nerolinux-4.0.0.0-x86.rpm) = efaf61d4cd4599a2703ac1c037e44dea63e1668692c270057e6309962447493a -SIZE (rpm/nerolinux-4.0.0.0-x86.rpm) = 17392245 +TIMESTAMP = 1484567402 +SHA256 (nerolinux-4.0.0.0-x86.rpm) = efaf61d4cd4599a2703ac1c037e44dea63e1668692c270057e6309962447493a +SIZE (nerolinux-4.0.0.0-x86.rpm) = 17392245
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701161150.v0GBoipS018347>