Missing script in pkg-plist Redports: https://redports.org/buildarchive/20130322155001-47484/ Fix: See attached patch
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
Author: rm Date: Sat Mar 23 06:00:49 2013 New Revision: 314998 URL: http://svnweb.freebsd.org/changeset/ports/314998 Log: - fix pkg-plist - trim Makefile header - whitespace fixes in pkg-descr - bump PORTREVISION PR: 177237 Submitted by: William Grzybowski <william88@gmail.com> Approved by: mm (maintainer, via private email) Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/pkg-descr head/sysutils/debootstrap/pkg-plist Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Sat Mar 23 05:59:21 2013 (r314997) +++ head/sysutils/debootstrap/Makefile Sat Mar 23 06:00:49 2013 (r314998) @@ -1,12 +1,9 @@ -# New ports collection makefile for: debootstrap -# Date created: 2011-02-26 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= debootstrap PORTVERSION= 1.0.46 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/d/${PORTNAME} Modified: head/sysutils/debootstrap/pkg-descr ============================================================================== --- head/sysutils/debootstrap/pkg-descr Sat Mar 23 05:59:21 2013 (r314997) +++ head/sysutils/debootstrap/pkg-descr Sat Mar 23 06:00:49 2013 (r314998) @@ -1,4 +1,4 @@ -debootstrap is a tool which will install a Debian base system into +debootstrap is a tool which will install a Debian base system into a subdirectory of another, already installed system. It doesn't require an installation CD, just access to a Debian repository. @@ -7,5 +7,4 @@ a subdirectory of your existing FreeBSD and then run Debian GNU/kFreeBSD (i386 or amd64) or Debian Linux (i386) in a jail or chroot. -WWW: http://wiki.debian.org/Debootstrap - +WWW: http://wiki.debian.org/Debootstrap Modified: head/sysutils/debootstrap/pkg-plist ============================================================================== --- head/sysutils/debootstrap/pkg-plist Sat Mar 23 05:59:21 2013 (r314997) +++ head/sysutils/debootstrap/pkg-plist Sat Mar 23 06:00:49 2013 (r314998) @@ -22,6 +22,7 @@ share/debootstrap/scripts/oneiric share/debootstrap/scripts/potato share/debootstrap/scripts/precise share/debootstrap/scripts/quantal +share/debootstrap/scripts/raring share/debootstrap/scripts/sarge share/debootstrap/scripts/sarge.buildd share/debootstrap/scripts/sarge.fakechroot _______________________________________________ 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, thanks.