svn commit: r427009 - head/www/drupal7

Alonso Cárdenas Márquez acardenas at bsd-peru.org
Thu Nov 24 13:09:06 UTC 2016


Why did you add CONFLICT_INSTALL? drupal8 and drupal7 don't install files
into the same directory. I think that is not necessary

Greetings

El jueves, 24 de noviembre de 2016, Torsten Zuehlsdorff <tz at freebsd.org>
escribió:

> Author: tz
> Date: Thu Nov 24 12:41:38 2016
> New Revision: 427009
> URL: https://svnweb.freebsd.org/changeset/ports/427009
>
> Log:
>   www/drupal7: add CONFLICT_INSTALL for new port www/drupal8
>
>   PR:           214787
>   Submitted by: Jochen Neumeister <joneum at bsdproject.de <javascript:;>>
>   Approved by:  mentors (implicit)
>
> Modified:
>   head/www/drupal7/Makefile
>
> Modified: head/www/drupal7/Makefile
> ============================================================
> ==================
> --- head/www/drupal7/Makefile   Thu Nov 24 12:39:07 2016        (r427008)
> +++ head/www/drupal7/Makefile   Thu Nov 24 12:41:38 2016        (r427009)
> @@ -3,6 +3,7 @@
>
>  PORTNAME=      drupal7
>  PORTVERSION=   7.51
> +PORTREVISION=  1
>  CATEGORIES=    www
>  MASTER_SITES=  http://ftp.drupal.org/files/projects/
>  DISTNAME=      drupal-${PORTVERSION}
> @@ -13,6 +14,8 @@ COMMENT=      Database driven web content man
>
>  LICENSE=       GPLv2+
>
> +CONFLICTS_INSTALL=     drupal8
> +
>  USES=          drupal:7 php:web shebangfix
>  USE_PHP=       dom filter gd hash json mbstring pcre pdo session
> simplexml xml
>  SHEBANG_FILES= scripts/password-hash.sh
>
>


More information about the svn-ports-all mailing list