diff options
author | brooks <brooks@FreeBSD.org> | 2006-01-22 08:11:39 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-01-22 08:11:39 +0800 |
commit | ea06bd23b101258e6696714c0640510b5025b71c (patch) | |
tree | 18455cd4e0fb8e02b17cf4ddcc8fc214d245f870 /security | |
parent | afba2df310b402b558c7cd314d1764edd0b78eff (diff) | |
download | freebsd-ports-gnome-ea06bd23b101258e6696714c0640510b5025b71c.tar.gz freebsd-ports-gnome-ea06bd23b101258e6696714c0640510b5025b71c.tar.zst freebsd-ports-gnome-ea06bd23b101258e6696714c0640510b5025b71c.zip |
Drupal appears to re-roll modules from cvs on a nightly basis in such
a way that the file changes every time so distribute a stable copy via
MASTER_SITE_LOCAL. Since the file version doesn't change even when the
contents change (for instance a recent set of commits resulting in no
changes except an edition of a blank line and a new cvs Id), store the
date of the snapsnot in PORTREVISION.
Reported by: kris
Diffstat (limited to 'security')
-rw-r--r-- | security/drupal-ldap_integration/Makefile | 7 | ||||
-rw-r--r-- | security/drupal4-ldap_integration/Makefile | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/security/drupal-ldap_integration/Makefile b/security/drupal-ldap_integration/Makefile index edd29103c13d..385566c74b27 100644 --- a/security/drupal-ldap_integration/Makefile +++ b/security/drupal-ldap_integration/Makefile @@ -6,9 +6,11 @@ # PORTNAME= ldap_integration -PORTVERSION= 4.6.0 +DISTVERSION= ${DRUPVERSION} +PORTREVISION= 20060117 CATEGORIES= security www -MASTER_SITES= http://drupal.org/files/projects/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= drupal- DIST_SUBDIR= drupal @@ -57,6 +59,7 @@ pre-fetch: .endif DRUPDIR?= www/drupal +DRUPVERSION?= 4.6.0 do-install: .if defined(MODULE_CONF_DIRS) diff --git a/security/drupal4-ldap_integration/Makefile b/security/drupal4-ldap_integration/Makefile index edd29103c13d..385566c74b27 100644 --- a/security/drupal4-ldap_integration/Makefile +++ b/security/drupal4-ldap_integration/Makefile @@ -6,9 +6,11 @@ # PORTNAME= ldap_integration -PORTVERSION= 4.6.0 +DISTVERSION= ${DRUPVERSION} +PORTREVISION= 20060117 CATEGORIES= security www -MASTER_SITES= http://drupal.org/files/projects/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= drupal- DIST_SUBDIR= drupal @@ -57,6 +59,7 @@ pre-fetch: .endif DRUPDIR?= www/drupal +DRUPVERSION?= 4.6.0 do-install: .if defined(MODULE_CONF_DIRS) |