sysutils/linux-procps doesn't work with FC10; this fixes that, and updates to 3.2.7.
Responsible Changed From-To: freebsd-ports-bugs->emulation Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: emulation->freebsd-emulation Canonicalize assignment.
How about svn copy this port to syutils/linux-f10-procps and updating that?
Author: rene Date: Tue Mar 12 10:33:26 2013 New Revision: 313959 URL: http://svnweb.freebsd.org/changeset/ports/313959 Log: Copy sysutils/linux-procps to sysutils/linux-f10-procps, adjust for linux_base-f10, and update to 3.2.7. Unlike the PR, use the default MASTER_SITES and also mark amd64 as a supported architecture. PR: ports/169988 Submitted by: Kim Scarborough <sluggo@unknown.nu> Added: head/sysutils/linux-f10-procps/ - copied from r313858, head/sysutils/linux-procps/ Modified: head/sysutils/Makefile head/sysutils/linux-f10-procps/Makefile (contents, props changed) head/sysutils/linux-f10-procps/distinfo.i386 (contents, props changed) head/sysutils/linux-f10-procps/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Mar 12 10:33:04 2013 (r313958) +++ head/sysutils/Makefile Tue Mar 12 10:33:26 2013 (r313959) @@ -477,9 +477,9 @@ SUBDIR += lineakd SUBDIR += linrename SUBDIR += linux-afaapps + SUBDIR += linux-f10-procps SUBDIR += linux-megamgr SUBDIR += linux-nero - SUBDIR += linux-procps SUBDIR += linuxfdisk SUBDIR += lire SUBDIR += livecd Modified: head/sysutils/linux-f10-procps/Makefile ============================================================================== --- head/sysutils/linux-procps/Makefile Mon Mar 11 07:39:15 2013 (r313858) +++ head/sysutils/linux-f10-procps/Makefile Tue Mar 12 10:33:26 2013 (r313959) @@ -1,24 +1,19 @@ -# New ports collection makefile for: linux-procps -# Date created: 2007-04-04 -# Whom: leres -# +# Created by: leres # $FreeBSD$ -# 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 +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 +LINUX_DIST_VER= 10 +RPMVERSION= 21 USE_LDCONFIG= yes BRANDELF_DIRS= bin sbin usr/bin PLIST_SUB+= PORTVERSION="${PORTVERSION}" Modified: head/sysutils/linux-f10-procps/distinfo.i386 ============================================================================== --- head/sysutils/linux-procps/distinfo.i386 Mon Mar 11 07:39:15 2013 (r313858) +++ head/sysutils/linux-f10-procps/distinfo.i386 Tue Mar 12 10:33:26 2013 (r313959) @@ -1,4 +1,4 @@ -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 +SHA256 (rpm/i386/fedora/10/procps-3.2.7-21.fc10.src.rpm) = 6880c5121d5572d5f77b39a87106f9b5555d589fc436093f027faa4b34358516 +SIZE (rpm/i386/fedora/10/procps-3.2.7-21.fc10.src.rpm) = 330499 Modified: head/sysutils/linux-f10-procps/pkg-plist ============================================================================== --- head/sysutils/linux-procps/pkg-plist Mon Mar 11 07:39:15 2013 (r313858) +++ head/sysutils/linux-f10-procps/pkg-plist Tue Mar 12 10:33:26 2013 (r313959) @@ -36,5 +36,4 @@ usr/share/man/man1/watch.1.gz usr/share/man/man5/sysctl.conf.5.gz usr/share/man/man8/sysctl.8.gz usr/share/man/man8/vmstat.8.gz - @dirrm usr/share/doc/procps-%%PORTVERSION%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with slight modifications, thanks.