diff options
author | taca <taca@pkgsrc.org> | 2009-11-22 16:17:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-11-22 16:17:59 +0000 |
commit | 4d6478999b9e8a264fe22398deabf2786e6cd414 (patch) | |
tree | 35cbff89b06c5f0564d3ae640ebb239c9f4a6054 | |
parent | 1d8ada8b49a628032dcfe728072423b9bfd2e2fc (diff) | |
download | pkgsrc-4d6478999b9e8a264fe22398deabf2786e6cd414.tar.gz |
Move LICENSE from typolight/Makefile.common to each Makefiles for
license change of forthcoming TYPOlihght 2.8(.RC1).
-rw-r--r-- | www/typolight/Makefile.common | 4 | ||||
-rw-r--r-- | www/typolight26-example/Makefile | 4 | ||||
-rw-r--r-- | www/typolight26-translations/Makefile | 3 | ||||
-rw-r--r-- | www/typolight26/Makefile | 3 | ||||
-rw-r--r-- | www/typolight27-example/Makefile | 4 | ||||
-rw-r--r-- | www/typolight27-translations/Makefile | 3 | ||||
-rw-r--r-- | www/typolight27/Makefile | 3 |
7 files changed, 15 insertions, 9 deletions
diff --git a/www/typolight/Makefile.common b/www/typolight/Makefile.common index 776852332b6..bad3e3ecf8e 100644 --- a/www/typolight/Makefile.common +++ b/www/typolight/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2009/06/14 22:58:10 joerg Exp $ +# $NetBSD: Makefile.common,v 1.14 2009/11/22 16:17:59 taca Exp $ # # used by www/typolight26/Makefile # used by www/typolight27/Makefile @@ -9,8 +9,6 @@ TL_VER?= ${TL_VERSION:C/([0-9]+)\.([0-9]+)\..*/\1\2/} TL_PKGVER= ${TL_VERSION:S/.RC/rc/} -LICENSE= gnu-lgpl-v2.1 - FILES_SUBST+= PAX=${PAX} TL_EGDIR=${TL_EGDIR:Q} TL_WEBDIR=${TL_WEBDIR:Q} \ WWWGRP=${APACHE_GROUP:Q} WWWOWN=${APACHE_USER:Q} MESSAGE_SUBST+= TL_VER=${TL_VER} diff --git a/www/typolight26-example/Makefile b/www/typolight26-example/Makefile index 0cc2c75bfea..1c6a709501b 100644 --- a/www/typolight26-example/Makefile +++ b/www/typolight26-example/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/26 03:53:53 taca Exp $ +# $NetBSD: Makefile,v 1.2 2009/11/22 16:17:59 taca Exp $ # +LICENSE= gnu-lgpl-v2.1 + .include "../../www/typolight26/Makefile.version" .include "../../www/typolight/Makefile.example" .include "../../www/typolight/Makefile.common" diff --git a/www/typolight26-translations/Makefile b/www/typolight26-translations/Makefile index bbea7b426f0..5959432f711 100644 --- a/www/typolight26-translations/Makefile +++ b/www/typolight26-translations/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/09/24 03:04:04 taca Exp $ +# $NetBSD: Makefile,v 1.3 2009/11/22 16:17:59 taca Exp $ # DISTNAME= typolight${TL_VER}-translations-${VERS} @@ -10,6 +10,7 @@ EXTRACT_DIR= ${WRKSRC} MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.typolight.org/download-translations.html COMMENT= Language files for TYPOlight CMS +LICENSE= gnu-lgpl-v2.1 DEPENDS+= typolight${TL_VER}>=2.6.0:../../www/typolight26 diff --git a/www/typolight26/Makefile b/www/typolight26/Makefile index 4ed99dc435b..a8300872fe9 100644 --- a/www/typolight26/Makefile +++ b/www/typolight26/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/04/30 13:12:40 taca Exp $ +# $NetBSD: Makefile,v 1.3 2009/11/22 16:17:59 taca Exp $ # DISTNAME= typolight-${TL_VERSION} @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.typolight.org/ COMMENT= Powerful web content management system (CMS) +LICENSE= gnu-lgpl-v2.1 DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring diff --git a/www/typolight27-example/Makefile b/www/typolight27-example/Makefile index c9894f79638..db30785e3f1 100644 --- a/www/typolight27-example/Makefile +++ b/www/typolight27-example/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/26 04:00:12 taca Exp $ +# $NetBSD: Makefile,v 1.2 2009/11/22 16:17:59 taca Exp $ # +LICENSE= gnu-lgpl-v2.1 + .include "../../www/typolight27/Makefile.version" .include "../../www/typolight/Makefile.example" .include "../../www/typolight/Makefile.common" diff --git a/www/typolight27-translations/Makefile b/www/typolight27-translations/Makefile index c4c1d37e41c..77f5429e07a 100644 --- a/www/typolight27-translations/Makefile +++ b/www/typolight27-translations/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/11/22 07:58:43 taca Exp $ +# $NetBSD: Makefile,v 1.33 2009/11/22 16:18:00 taca Exp $ # DISTNAME= typolight${TL_VER}-translations-${VERS} @@ -10,6 +10,7 @@ EXTRACT_DIR= ${WRKSRC} MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.typolight.org/download.html COMMENT= Language files for TYPOlight CMS +LICENSE= gnu-lgpl-v2.1 DEPENDS+= typolight${TL_VER}>=${TL_PKGVER}:../../www/typolight${TL_VER} diff --git a/www/typolight27/Makefile b/www/typolight27/Makefile index 1a7a58141fb..71432236227 100644 --- a/www/typolight27/Makefile +++ b/www/typolight27/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/10/02 14:32:52 taca Exp $ +# $NetBSD: Makefile,v 1.10 2009/11/22 16:17:59 taca Exp $ # DISTNAME= typolight-${TL_VERSION} @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.typolight.org/ COMMENT= Powerful web content management system (CMS) +LICENSE= gnu-lgpl-v2.1 DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring |