svn commit: r306717 - head/www/drupal7-jailadmin
Ruslan Mahmatkhanov
rm at FreeBSD.org
Tue Oct 30 21:14:19 UTC 2012
Author: rm
Date: Tue Oct 30 21:14:18 2012
New Revision: 306717
URL: http://svn.freebsd.org/changeset/ports/306717
Log:
- pass maintainership to submitter
- temporary switch MASTER_SITES to ftp.freebsd.org
while here:
- trim Makefile header
- remove redundant tabs to improve readability
PR: 173123
Submitted by: Shawn Webb <lattera at gmail dot com>
Approved by: Chris McCoy <cmccoy at wayfair dot com> (maintainer, another email)
Feature safe: yes
Modified:
head/www/drupal7-jailadmin/Makefile
Modified: head/www/drupal7-jailadmin/Makefile
==============================================================================
--- head/www/drupal7-jailadmin/Makefile Tue Oct 30 21:01:16 2012 (r306716)
+++ head/www/drupal7-jailadmin/Makefile Tue Oct 30 21:14:18 2012 (r306717)
@@ -1,16 +1,12 @@
-# Ports collection makefile for: drupal7-jailadmin
-# Date created: 01 Mar 2012
-# Whom: Shawn Webb <bsdports at wayfair.com>
-#
+# Created by: Shawn Webb <bsdports at wayfair.com>
# $FreeBSD$
-#
PORTNAME= jailadmin
DISTVERSION= 7.x-0.4.1
CATEGORIES= www
-MASTER_SITES= http://0xfeedface.org/~shawn/freebsd/ports/distfiles/
+MASTER_SITES= http://ftp.freebsd.org/pub/FreeBSD/distfiles/drupal/
-MAINTAINER= bsdports at wayfair.com
+MAINTAINER= lattera at gmail.com
COMMENT= Drupal 7 module for administering FreeBSD vnet jails
LICENSE= BSD
@@ -22,19 +18,19 @@ USE_DRUPAL= yes
DRUPAL_MODULE= yes
DRUPAL_VERSION= 7
MODULE_FILES= README \
- jailadmin.admin.inc \
- jailadmin.helpers.inc \
- jailadmin.info \
- jailadmin.install \
- jailadmin.module \
- jailconfig.inc \
- jailnetwork.inc \
- jailstatus.inc \
- classes/Jail.php \
- classes/Mount.php \
- classes/Network.php \
- classes/NetworkDevice.php \
- classes/Service.php
+ jailadmin.admin.inc \
+ jailadmin.helpers.inc \
+ jailadmin.info \
+ jailadmin.install \
+ jailadmin.module \
+ jailconfig.inc \
+ jailnetwork.inc \
+ jailstatus.inc \
+ classes/Jail.php \
+ classes/Mount.php \
+ classes/Network.php \
+ classes/NetworkDevice.php \
+ classes/Service.php
MODULE_DIRS= classes
More information about the svn-ports-head
mailing list