aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-07-29 02:18:04 +0800
committermiwi <miwi@FreeBSD.org>2007-07-29 02:18:04 +0800
commitf0f79c1ccca1fda8bbfda6735a23462e8fbdbd6d (patch)
tree771634c31dc117716425997c7fe9a712dce88ad9 /www
parentbbfa986a86c0ff0e5e87890aaf564973d4259a9f (diff)
downloadfreebsd-ports-graphics-f0f79c1ccca1fda8bbfda6735a23462e8fbdbd6d.tar.gz
freebsd-ports-graphics-f0f79c1ccca1fda8bbfda6735a23462e8fbdbd6d.tar.zst
freebsd-ports-graphics-f0f79c1ccca1fda8bbfda6735a23462e8fbdbd6d.zip
- Update to 5.2
Approved by: maintainer Security: http://www.vuxml.org/freebsd/1f5b711b-3d0e-11dc-b3d3-0016179b2dd5.html http://www.vuxml.org/freebsd/98dd7788-3d13-11dc-b3d3-0016179b2dd5.html
Diffstat (limited to 'www')
-rw-r--r--www/drupal5/Makefile6
-rw-r--r--www/drupal5/distinfo6
-rw-r--r--www/drupal5/files/patch-modules-taxonomy-taxonomy.module11
-rw-r--r--www/drupal6/Makefile6
-rw-r--r--www/drupal6/distinfo6
-rw-r--r--www/drupal6/files/patch-modules-taxonomy-taxonomy.module11
-rw-r--r--www/drupal7/Makefile6
-rw-r--r--www/drupal7/distinfo6
-rw-r--r--www/drupal7/files/patch-modules-taxonomy-taxonomy.module11
9 files changed, 12 insertions, 57 deletions
diff --git a/www/drupal5/Makefile b/www/drupal5/Makefile
index 7a0d1891194..500dac1df6e 100644
--- a/www/drupal5/Makefile
+++ b/www/drupal5/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= drupal5
-PORTVERSION= 5.1
-PORTREVISION= 3
+PORTVERSION= 5.2
CATEGORIES= www
MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/
DISTNAME= drupal-${PORTVERSION}
@@ -40,9 +39,6 @@ RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
USE_PHP+= pgsql
.endif
-post-patch:
- ${RM} ${WRKSRC}/modules/taxonomy/taxonomy.module.orig
-
do-install:
${MKDIR} ${DRUPAL_DIR}
${CP} ${WRKSRC}/.htaccess ${DRUPAL_DIR}
diff --git a/www/drupal5/distinfo b/www/drupal5/distinfo
index 060171042b2..44ce155c7e6 100644
--- a/www/drupal5/distinfo
+++ b/www/drupal5/distinfo
@@ -1,3 +1,3 @@
-MD5 (drupal/drupal-5.1.tar.gz) = 1b68368c650da73af5051bae163a8ed1
-SHA256 (drupal/drupal-5.1.tar.gz) = 66138d3f7b4de5584212bf111ff86045b26a19ce99e2bd01e1563d0a614ce7e9
-SIZE (drupal/drupal-5.1.tar.gz) = 746494
+MD5 (drupal/drupal-5.2.tar.gz) = c7971b5d3d8eed28c52cea519948dfb8
+SHA256 (drupal/drupal-5.2.tar.gz) = f26c74af4dd31f1ca0b8315a5e0b2842a23abd35546ab2cd758c3d0fb6ae49e7
+SIZE (drupal/drupal-5.2.tar.gz) = 751205
diff --git a/www/drupal5/files/patch-modules-taxonomy-taxonomy.module b/www/drupal5/files/patch-modules-taxonomy-taxonomy.module
deleted file mode 100644
index eda2eb9da1b..00000000000
--- a/www/drupal5/files/patch-modules-taxonomy-taxonomy.module
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/taxonomy/taxonomy.module~ Sat Mar 17 00:26:28 2007
-+++ modules/taxonomy/taxonomy.module Sat Mar 17 00:26:28 2007
-@@ -619,7 +619,7 @@
- foreach ($vocabularies as $vid => $vocabulary) {
- if ($vocabulary->tags && !$free_tags) { continue; }
- $tree = taxonomy_get_tree($vid);
-- if ($tree && (count($tree) > 1)) {
-+ if ($tree && (count($tree) >= 1)) {
- $options[$vocabulary->name] = array();
- foreach ($tree as $term) {
- $options[$vocabulary->name][$term->tid] = str_repeat('-', $term->depth) . $term->name;
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile
index 7a0d1891194..500dac1df6e 100644
--- a/www/drupal6/Makefile
+++ b/www/drupal6/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= drupal5
-PORTVERSION= 5.1
-PORTREVISION= 3
+PORTVERSION= 5.2
CATEGORIES= www
MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/
DISTNAME= drupal-${PORTVERSION}
@@ -40,9 +39,6 @@ RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
USE_PHP+= pgsql
.endif
-post-patch:
- ${RM} ${WRKSRC}/modules/taxonomy/taxonomy.module.orig
-
do-install:
${MKDIR} ${DRUPAL_DIR}
${CP} ${WRKSRC}/.htaccess ${DRUPAL_DIR}
diff --git a/www/drupal6/distinfo b/www/drupal6/distinfo
index 060171042b2..44ce155c7e6 100644
--- a/www/drupal6/distinfo
+++ b/www/drupal6/distinfo
@@ -1,3 +1,3 @@
-MD5 (drupal/drupal-5.1.tar.gz) = 1b68368c650da73af5051bae163a8ed1
-SHA256 (drupal/drupal-5.1.tar.gz) = 66138d3f7b4de5584212bf111ff86045b26a19ce99e2bd01e1563d0a614ce7e9
-SIZE (drupal/drupal-5.1.tar.gz) = 746494
+MD5 (drupal/drupal-5.2.tar.gz) = c7971b5d3d8eed28c52cea519948dfb8
+SHA256 (drupal/drupal-5.2.tar.gz) = f26c74af4dd31f1ca0b8315a5e0b2842a23abd35546ab2cd758c3d0fb6ae49e7
+SIZE (drupal/drupal-5.2.tar.gz) = 751205
diff --git a/www/drupal6/files/patch-modules-taxonomy-taxonomy.module b/www/drupal6/files/patch-modules-taxonomy-taxonomy.module
deleted file mode 100644
index eda2eb9da1b..00000000000
--- a/www/drupal6/files/patch-modules-taxonomy-taxonomy.module
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/taxonomy/taxonomy.module~ Sat Mar 17 00:26:28 2007
-+++ modules/taxonomy/taxonomy.module Sat Mar 17 00:26:28 2007
-@@ -619,7 +619,7 @@
- foreach ($vocabularies as $vid => $vocabulary) {
- if ($vocabulary->tags && !$free_tags) { continue; }
- $tree = taxonomy_get_tree($vid);
-- if ($tree && (count($tree) > 1)) {
-+ if ($tree && (count($tree) >= 1)) {
- $options[$vocabulary->name] = array();
- foreach ($tree as $term) {
- $options[$vocabulary->name][$term->tid] = str_repeat('-', $term->depth) . $term->name;
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index 7a0d1891194..500dac1df6e 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= drupal5
-PORTVERSION= 5.1
-PORTREVISION= 3
+PORTVERSION= 5.2
CATEGORIES= www
MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/
DISTNAME= drupal-${PORTVERSION}
@@ -40,9 +39,6 @@ RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
USE_PHP+= pgsql
.endif
-post-patch:
- ${RM} ${WRKSRC}/modules/taxonomy/taxonomy.module.orig
-
do-install:
${MKDIR} ${DRUPAL_DIR}
${CP} ${WRKSRC}/.htaccess ${DRUPAL_DIR}
diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo
index 060171042b2..44ce155c7e6 100644
--- a/www/drupal7/distinfo
+++ b/www/drupal7/distinfo
@@ -1,3 +1,3 @@
-MD5 (drupal/drupal-5.1.tar.gz) = 1b68368c650da73af5051bae163a8ed1
-SHA256 (drupal/drupal-5.1.tar.gz) = 66138d3f7b4de5584212bf111ff86045b26a19ce99e2bd01e1563d0a614ce7e9
-SIZE (drupal/drupal-5.1.tar.gz) = 746494
+MD5 (drupal/drupal-5.2.tar.gz) = c7971b5d3d8eed28c52cea519948dfb8
+SHA256 (drupal/drupal-5.2.tar.gz) = f26c74af4dd31f1ca0b8315a5e0b2842a23abd35546ab2cd758c3d0fb6ae49e7
+SIZE (drupal/drupal-5.2.tar.gz) = 751205
diff --git a/www/drupal7/files/patch-modules-taxonomy-taxonomy.module b/www/drupal7/files/patch-modules-taxonomy-taxonomy.module
deleted file mode 100644
index eda2eb9da1b..00000000000
--- a/www/drupal7/files/patch-modules-taxonomy-taxonomy.module
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/taxonomy/taxonomy.module~ Sat Mar 17 00:26:28 2007
-+++ modules/taxonomy/taxonomy.module Sat Mar 17 00:26:28 2007
-@@ -619,7 +619,7 @@
- foreach ($vocabularies as $vid => $vocabulary) {
- if ($vocabulary->tags && !$free_tags) { continue; }
- $tree = taxonomy_get_tree($vid);
-- if ($tree && (count($tree) > 1)) {
-+ if ($tree && (count($tree) >= 1)) {
- $options[$vocabulary->name] = array();
- foreach ($tree as $term) {
- $options[$vocabulary->name][$term->tid] = str_repeat('-', $term->depth) . $term->name;