From owner-svn-ports-all@freebsd.org Mon Jan 16 11:50:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47E98CB2896; Mon, 16 Jan 2017 11:50:46 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E93FF1CBE; Mon, 16 Jan 2017 11:50:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0GBojjR018348; Mon, 16 Jan 2017 11:50:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0GBoipS018347; Mon, 16 Jan 2017 11:50:44 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201701161150.v0GBoipS018347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 16 Jan 2017 11:50:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431627 - head/sysutils/linux-nero X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2017 11:50:46 -0000 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 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