diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-11 00:10:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-11 00:10:22 +0800 |
commit | faf1616a9fe5d69eac8a32a7fff01112209ac646 (patch) | |
tree | 64425ad87f61204b8029027e5a8f396a631dd8d9 /lang | |
parent | dadbd081c5dbbf30760a64d4ae2fde470373d295 (diff) | |
download | freebsd-ports-gnome-faf1616a9fe5d69eac8a32a7fff01112209ac646.tar.gz freebsd-ports-gnome-faf1616a9fe5d69eac8a32a7fff01112209ac646.tar.zst freebsd-ports-gnome-faf1616a9fe5d69eac8a32a7fff01112209ac646.zip |
- mark DEPRECATED
- reset MAINTAINER
Diffstat (limited to 'lang')
-rw-r--r-- | lang/etoile-compiler/Makefile | 5 | ||||
-rw-r--r-- | lang/etoile-io/Makefile | 5 | ||||
-rw-r--r-- | lang/etoile-languagekit/Makefile | 5 | ||||
-rw-r--r-- | lang/etoile-lkplugins/Makefile | 5 | ||||
-rw-r--r-- | lang/etoile-scriptkit/Makefile | 5 | ||||
-rw-r--r-- | lang/etoile-smalltalkkit/Makefile | 5 |
6 files changed, 24 insertions, 6 deletions
diff --git a/lang/etoile-compiler/Makefile b/lang/etoile-compiler/Makefile index 410479c7412f..f2410106284f 100644 --- a/lang/etoile-compiler/Makefile +++ b/lang/etoile-compiler/Makefile @@ -12,11 +12,14 @@ MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- DISTNAME= etoile-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Etoile Project Smalltalk Compiler LICENSE= BSD +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/lang/etoile-io/Makefile b/lang/etoile-io/Makefile index b8274785fe67..d7867d762753 100644 --- a/lang/etoile-io/Makefile +++ b/lang/etoile-io/Makefile @@ -13,11 +13,14 @@ MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- DISTNAME= etoile-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Etoile Project Io Language PORTSCOUT= limit:^0\.2 +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/lang/etoile-languagekit/Makefile b/lang/etoile-languagekit/Makefile index c6e19ee244b5..f23b6267ed58 100644 --- a/lang/etoile-languagekit/Makefile +++ b/lang/etoile-languagekit/Makefile @@ -13,13 +13,16 @@ MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- DISTNAME= etoile-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Etoile Project LanguageKit framework BUILD_DEPENDS= llvm-etoile${PKGNAMESUFFIX2}>=0:${PORTSDIR}/${LANGUAGEKIT_LLVM_PORT} LICENSE= BSD +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/lang/etoile-lkplugins/Makefile b/lang/etoile-lkplugins/Makefile index 09415a8b6cba..5b79c5c3330d 100644 --- a/lang/etoile-lkplugins/Makefile +++ b/lang/etoile-lkplugins/Makefile @@ -12,9 +12,12 @@ MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- DISTNAME= etoile-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Etoile Project LnguageKit Plugins +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/lang/etoile-scriptkit/Makefile b/lang/etoile-scriptkit/Makefile index 4ba20e69bf82..cb3d78fe0877 100644 --- a/lang/etoile-scriptkit/Makefile +++ b/lang/etoile-scriptkit/Makefile @@ -12,11 +12,14 @@ MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- DISTNAME= etoile-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Etoile Project ScriptKit framework LICENSE= BSD +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/lang/etoile-smalltalkkit/Makefile b/lang/etoile-smalltalkkit/Makefile index 158547382480..5977f697eafc 100644 --- a/lang/etoile-smalltalkkit/Makefile +++ b/lang/etoile-smalltalkkit/Makefile @@ -12,13 +12,16 @@ MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- DISTNAME= etoile-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Etoile Project SmalltalkKit framework BUILD_DEPENDS= lemon:${PORTSDIR}/devel/lemon LICENSE= BSD +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes |