From 99c261de5a6a78ceffa6c0dfdef7bb8b6e9ec7ea Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Mon, 20 Feb 2006 06:09:40 +0000 Subject: [PATCH] Since drupal.org annoyingly rerolls their distfiles nightly, keep out own copy on the FreeBSD mirror network. Change PORT_REVISION to be the date of the snapshot plus two digits for revisions within a version. Move to storing the distfile in the drupal subdir along with the modules. Reported by: Andreas Kohn --- www/drupal/Makefile | 7 +++++-- www/drupal/distinfo | 6 +++--- www/drupal4/Makefile | 7 +++++-- www/drupal4/distinfo | 6 +++--- www/drupal5/Makefile | 7 +++++-- www/drupal5/distinfo | 6 +++--- www/drupal6/Makefile | 7 +++++-- www/drupal6/distinfo | 6 +++--- www/drupal7/Makefile | 7 +++++-- www/drupal7/distinfo | 6 +++--- 10 files changed, 40 insertions(+), 25 deletions(-) diff --git a/www/drupal/Makefile b/www/drupal/Makefile index 538f434c4c4b..7bbca36610bc 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -7,14 +7,17 @@ PORTNAME= drupal PORTVERSION= 4.6.5 -PORTREVISION= 2 +PORTREVISION= 2006010502 CATEGORIES= www -MASTER_SITES= http://drupal.org/files/projects/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks +DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql USE_PHP= gd pcre session xml +WANT_PHP_WEB= yes .include diff --git a/www/drupal/distinfo b/www/drupal/distinfo index c67c55d138fc..e1be0051c177 100644 --- a/www/drupal/distinfo +++ b/www/drupal/distinfo @@ -1,3 +1,3 @@ -MD5 (drupal-4.6.5.tar.gz) = b9662dff07ba1dc36e9b7f27a932e3f1 -SHA256 (drupal-4.6.5.tar.gz) = 84ed2f24a845ef9d1590c8b3744194e27a4e11002659ad6a9190a4d0e0e580c9 -SIZE (drupal-4.6.5.tar.gz) = 455993 +MD5 (drupal/drupal-4.6.5.tar.gz) = b9662dff07ba1dc36e9b7f27a932e3f1 +SHA256 (drupal/drupal-4.6.5.tar.gz) = 84ed2f24a845ef9d1590c8b3744194e27a4e11002659ad6a9190a4d0e0e580c9 +SIZE (drupal/drupal-4.6.5.tar.gz) = 455993 diff --git a/www/drupal4/Makefile b/www/drupal4/Makefile index 538f434c4c4b..7bbca36610bc 100644 --- a/www/drupal4/Makefile +++ b/www/drupal4/Makefile @@ -7,14 +7,17 @@ PORTNAME= drupal PORTVERSION= 4.6.5 -PORTREVISION= 2 +PORTREVISION= 2006010502 CATEGORIES= www -MASTER_SITES= http://drupal.org/files/projects/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks +DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql USE_PHP= gd pcre session xml +WANT_PHP_WEB= yes .include diff --git a/www/drupal4/distinfo b/www/drupal4/distinfo index c67c55d138fc..e1be0051c177 100644 --- a/www/drupal4/distinfo +++ b/www/drupal4/distinfo @@ -1,3 +1,3 @@ -MD5 (drupal-4.6.5.tar.gz) = b9662dff07ba1dc36e9b7f27a932e3f1 -SHA256 (drupal-4.6.5.tar.gz) = 84ed2f24a845ef9d1590c8b3744194e27a4e11002659ad6a9190a4d0e0e580c9 -SIZE (drupal-4.6.5.tar.gz) = 455993 +MD5 (drupal/drupal-4.6.5.tar.gz) = b9662dff07ba1dc36e9b7f27a932e3f1 +SHA256 (drupal/drupal-4.6.5.tar.gz) = 84ed2f24a845ef9d1590c8b3744194e27a4e11002659ad6a9190a4d0e0e580c9 +SIZE (drupal/drupal-4.6.5.tar.gz) = 455993 diff --git a/www/drupal5/Makefile b/www/drupal5/Makefile index 538f434c4c4b..7bbca36610bc 100644 --- a/www/drupal5/Makefile +++ b/www/drupal5/Makefile @@ -7,14 +7,17 @@ PORTNAME= drupal PORTVERSION= 4.6.5 -PORTREVISION= 2 +PORTREVISION= 2006010502 CATEGORIES= www -MASTER_SITES= http://drupal.org/files/projects/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks +DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql USE_PHP= gd pcre session xml +WANT_PHP_WEB= yes .include diff --git a/www/drupal5/distinfo b/www/drupal5/distinfo index c67c55d138fc..e1be0051c177 100644 --- a/www/drupal5/distinfo +++ b/www/drupal5/distinfo @@ -1,3 +1,3 @@ -MD5 (drupal-4.6.5.tar.gz) = b9662dff07ba1dc36e9b7f27a932e3f1 -SHA256 (drupal-4.6.5.tar.gz) = 84ed2f24a845ef9d1590c8b3744194e27a4e11002659ad6a9190a4d0e0e580c9 -SIZE (drupal-4.6.5.tar.gz) = 455993 +MD5 (drupal/drupal-4.6.5.tar.gz) = b9662dff07ba1dc36e9b7f27a932e3f1 +SHA256 (drupal/drupal-4.6.5.tar.gz) = 84ed2f24a845ef9d1590c8b3744194e27a4e11002659ad6a9190a4d0e0e580c9 +SIZE (drupal/drupal-4.6.5.tar.gz) = 455993 diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index 538f434c4c4b..7bbca36610bc 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/Makefile @@ -7,14 +7,17 @@ PORTNAME= drupal PORTVERSION= 4.6.5 -PORTREVISION= 2 +PORTREVISION= 2006010502 CATEGORIES= www -MASTER_SITES= http://drupal.org/files/projects/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks +DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql USE_PHP= gd pcre session xml +WANT_PHP_WEB= yes .include diff --git a/www/drupal6/distinfo b/www/drupal6/distinfo index c67c55d138fc..e1be0051c177 100644 --- a/www/drupal6/distinfo +++ b/www/drupal6/distinfo @@ -1,3 +1,3 @@ -MD5 (drupal-4.6.5.tar.gz) = b9662dff07ba1dc36e9b7f27a932e3f1 -SHA256 (drupal-4.6.5.tar.gz) = 84ed2f24a845ef9d1590c8b3744194e27a4e11002659ad6a9190a4d0e0e580c9 -SIZE (drupal-4.6.5.tar.gz) = 455993 +MD5 (drupal/drupal-4.6.5.tar.gz) = b9662dff07ba1dc36e9b7f27a932e3f1 +SHA256 (drupal/drupal-4.6.5.tar.gz) = 84ed2f24a845ef9d1590c8b3744194e27a4e11002659ad6a9190a4d0e0e580c9 +SIZE (drupal/drupal-4.6.5.tar.gz) = 455993 diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 538f434c4c4b..7bbca36610bc 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -7,14 +7,17 @@ PORTNAME= drupal PORTVERSION= 4.6.5 -PORTREVISION= 2 +PORTREVISION= 2006010502 CATEGORIES= www -MASTER_SITES= http://drupal.org/files/projects/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks +DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql USE_PHP= gd pcre session xml +WANT_PHP_WEB= yes .include diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo index c67c55d138fc..e1be0051c177 100644 --- a/www/drupal7/distinfo +++ b/www/drupal7/distinfo @@ -1,3 +1,3 @@ -MD5 (drupal-4.6.5.tar.gz) = b9662dff07ba1dc36e9b7f27a932e3f1 -SHA256 (drupal-4.6.5.tar.gz) = 84ed2f24a845ef9d1590c8b3744194e27a4e11002659ad6a9190a4d0e0e580c9 -SIZE (drupal-4.6.5.tar.gz) = 455993 +MD5 (drupal/drupal-4.6.5.tar.gz) = b9662dff07ba1dc36e9b7f27a932e3f1 +SHA256 (drupal/drupal-4.6.5.tar.gz) = 84ed2f24a845ef9d1590c8b3744194e27a4e11002659ad6a9190a4d0e0e580c9 +SIZE (drupal/drupal-4.6.5.tar.gz) = 455993