Date: Wed, 18 Jul 2012 22:10:33 -0500 (CDT) From: Kim Scarborough <sluggo@unknown.nu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/169988: [PATCH] Update sysutils/linux-procps to 3.2.7; also update to FC10 Message-ID: <20120719031033.AC4315C1D@hamburger.unknown.nu> Resent-Message-ID: <201207190320.q6J3KAlI055481@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 169988 >Category: ports >Synopsis: [PATCH] Update sysutils/linux-procps to 3.2.7; also update to FC10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 19 03:20:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kim Scarborough >Release: FreeBSD 8.3-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD hamburger.unknown.nu 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Wed Jul 18 03:54:10 CDT 2012 kjs@hamburger.unknown.nu:/usr/src/sys/i386/compile/HAMBURGER i386 >Description: sysutils/linux-procps doesn't work with FC10; this fixes that, and updates to 3.2.7. >How-To-Repeat: >Fix: diff -ruN linux-procps.ORIG/Makefile linux-procps/Makefile --- linux-procps.ORIG/Makefile 2012-04-17 06:13:48.000000000 -0500 +++ linux-procps/Makefile 2012-07-18 21:56:08.000000000 -0500 @@ -6,19 +6,23 @@ # PORTNAME= procps -PORTVERSION= 3.2.5 +PORTVERSION= 3.2.7 CATEGORIES= sysutils linux -MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -DISTNAME= ${PORTNAME}-${PORTVERSION}-6.4 +MASTER_SITES= http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/${LINUX_DIST_VER}/Fedora/${LINUX_RPM_ARCH}/os/Packages/ \ + http://mirrors.dotsrc.org/mythdora/${LINUX_DIST_VER}.${RPMVERSION}/${LINUX_RPM_ARCH}/os/Packages/ \ + ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/${LINUX_DIST_VER}/Fedora/${LINUX_RPM_ARCH}/os/Packages/ \ + ftp://ftp.uni-bayreuth.de/pub/redhat.com/fedora/linux/releases/${LINUX_DIST_VER}/Fedora/${LINUX_RPM_ARCH}/os/Packages/ \ + ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/linux/releases/${LINUX_DIST_VER}/Fedora/${LINUX_RPM_ARCH}/os/Packages/ +PKGNAMEPREFIX= linux-f10- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.fc${LINUX_DIST_VER} MAINTAINER= emulation@FreeBSD.org -COMMENT= Linux psproc binaries +COMMENT= Linux psproc binaries (Linux Fedora 10) -# EXPIRATION_DATE is the EoL of the last 7.x release -EXPIRATION_DATE=2013-02-28 USE_LINUX_RPM= yes -ONLY_FOR_ARCHS= i386 amd64 -LINUX_DIST_VER= 4 +ONLY_FOR_ARCHS= i386 +LINUX_DIST_VER= 10 +RPMVERSION= 21 USE_LDCONFIG= yes BRANDELF_DIRS= bin sbin usr/bin PLIST_SUB+= PORTVERSION="${PORTVERSION}" diff -ruN linux-procps.ORIG/distinfo.i386 linux-procps/distinfo.i386 --- linux-procps.ORIG/distinfo.i386 2011-03-20 06:15:02.000000000 -0500 +++ linux-procps/distinfo.i386 2012-07-18 21:40:45.000000000 -0500 @@ -1,4 +1,2 @@ -SHA256 (rpm/i386/fedora/4/procps-3.2.5-6.4.i386.rpm) = 83c826a342f864db6bc6713828d258488f076859dcdb130169920aed9ad78d34 -SIZE (rpm/i386/fedora/4/procps-3.2.5-6.4.i386.rpm) = 207122 -SHA256 (rpm/i386/fedora/4/procps-3.2.5-6.4.src.rpm) = ce178db9f848b725f5e41d813b0429318221584a3dd8204a815412ba3ab6e821 -SIZE (rpm/i386/fedora/4/procps-3.2.5-6.4.src.rpm) = 305637 +SHA256 (rpm/i386/fedora/10/procps-3.2.7-21.fc10.i386.rpm) = 2d0e5014470e662ee64298b66d82e55a1605190d89fe8649fcb01537e46c4333 +SIZE (rpm/i386/fedora/10/procps-3.2.7-21.fc10.i386.rpm) = 216136 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120719031033.AC4315C1D>