svn commit: r314998 - head/sysutils/debootstrap
Ruslan Mahmatkhanov
rm at FreeBSD.org
Sat Mar 23 06:00:50 UTC 2013
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 at 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 at FreeBSD.org>
-#
+# Created by: Martin Matuska <mm at 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
More information about the svn-ports-all
mailing list