diff options
author | rm <rm@FreeBSD.org> | 2013-03-23 14:00:49 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-03-23 14:00:49 +0800 |
commit | 08a33bebbc593bfa4226ddafe05844d14e098c69 (patch) | |
tree | 4474ed07a42bd887562b0ea408a0a6d1ef34e00b /sysutils | |
parent | 663b5ee142e4ea1142190ca5930adbdf163a73cf (diff) | |
download | freebsd-ports-gnome-08a33bebbc593bfa4226ddafe05844d14e098c69.tar.gz freebsd-ports-gnome-08a33bebbc593bfa4226ddafe05844d14e098c69.tar.zst freebsd-ports-gnome-08a33bebbc593bfa4226ddafe05844d14e098c69.zip |
- 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)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/debootstrap/Makefile | 7 | ||||
-rw-r--r-- | sysutils/debootstrap/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/debootstrap/pkg-plist | 1 |
3 files changed, 5 insertions, 8 deletions
diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile index e9374bdee938..d558519cee75 100644 --- a/sysutils/debootstrap/Makefile +++ b/sysutils/debootstrap/Makefile @@ -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} diff --git a/sysutils/debootstrap/pkg-descr b/sysutils/debootstrap/pkg-descr index 55802155103c..5b7681a7246d 100644 --- a/sysutils/debootstrap/pkg-descr +++ b/sysutils/debootstrap/pkg-descr @@ -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 installation (i386 or amd64) 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 diff --git a/sysutils/debootstrap/pkg-plist b/sysutils/debootstrap/pkg-plist index 007852172cd7..2adab1c2d0d9 100644 --- a/sysutils/debootstrap/pkg-plist +++ b/sysutils/debootstrap/pkg-plist @@ -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 |