diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-09-21 06:52:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-09-21 06:52:44 +0000 |
commit | ac54f274cc948f3158443f060d0d8348becfc5d2 (patch) | |
tree | 0db3a678dfc98dd87b8c8cb611d640c60e31050a /devel | |
parent | 3e94402c301188f64a4008fee090b03c132822e2 (diff) | |
download | ports-ac54f274cc948f3158443f060d0d8348becfc5d2.tar.gz ports-ac54f274cc948f3158443f060d0d8348becfc5d2.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fc++/Makefile | 3 | ||||
-rw-r--r-- | devel/looks/Makefile | 3 | ||||
-rw-r--r-- | devel/ocaml-typeconv/Makefile | 3 | ||||
-rw-r--r-- | devel/portlet-api/Makefile | 3 | ||||
-rw-r--r-- | devel/vb2c/Makefile | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/devel/fc++/Makefile b/devel/fc++/Makefile index 2219e037bc3a..d7d242e3d348 100644 --- a/devel/fc++/Makefile +++ b/devel/fc++/Makefile @@ -15,6 +15,9 @@ DISTNAME= FC++.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Functional Programming in C++ +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + NO_BUILD= yes do-install: diff --git a/devel/looks/Makefile b/devel/looks/Makefile index 3cbd5734b19b..ef6c27bb3fa5 100644 --- a/devel/looks/Makefile +++ b/devel/looks/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|_|g} MAINTAINER= ports@FreeBSD.org COMMENT= The JGoodies Looks improve the appearance of your Java applications +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.5+ diff --git a/devel/ocaml-typeconv/Makefile b/devel/ocaml-typeconv/Makefile index fbbffb9001e6..b8f9e536c5a6 100644 --- a/devel/ocaml-typeconv/Makefile +++ b/devel/ocaml-typeconv/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= Type conversion routines for OCaml +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_GMAKE= yes USE_OCAML= yes USE_OCAML_FINDLIB=yes diff --git a/devel/portlet-api/Makefile b/devel/portlet-api/Makefile index 1f7499706a2b..2b9155fc947e 100644 --- a/devel/portlet-api/Makefile +++ b/devel/portlet-api/Makefile @@ -16,6 +16,9 @@ EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= The Portlet API (JSR-168) +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_JAVA= yes JAVA_VERSION= 1.5+ NO_BUILD= yes diff --git a/devel/vb2c/Makefile b/devel/vb2c/Makefile index 827359037824..ddab031bbec1 100644 --- a/devel/vb2c/Makefile +++ b/devel/vb2c/Makefile @@ -14,6 +14,9 @@ DISTNAME= vb2c-March-1999 MAINTAINER= ports@FreeBSD.org COMMENT= Convert Visual Basic forms to GTK C code +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= ${FILESDIR}/Makefile |