diff options
author | vs <vs@FreeBSD.org> | 2005-10-16 23:28:32 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-16 23:28:32 +0800 |
commit | 091b7f198697103ef30a61d3290a4262ebda454f (patch) | |
tree | 7ba49a6e56d1cf581a6c2c9d97c01d7c12b94ae5 /devel | |
parent | b78761ac8ba6f87cd9057b61c3c4eb2f1f4ba604 (diff) | |
download | freebsd-ports-gnome-091b7f198697103ef30a61d3290a4262ebda454f.tar.gz freebsd-ports-gnome-091b7f198697103ef30a61d3290a4262ebda454f.tar.zst freebsd-ports-gnome-091b7f198697103ef30a61d3290a4262ebda454f.zip |
Deprecate with 6 weeks grace:
GVD is now integrated as part of GPS, the GNAT Programming System.
No further releases of GVD stand alone will be made.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gvd/Makefile | 5 | ||||
-rw-r--r-- | devel/gvd/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/gvd/Makefile b/devel/gvd/Makefile index d3da3407d098..f10cc5345ebf 100644 --- a/devel/gvd/Makefile +++ b/devel/gvd/Makefile @@ -9,7 +9,6 @@ PORTNAME= gvd PORTVERSION= 1.2.5 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://libre.act-europe.fr/gvd/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz @@ -20,6 +19,10 @@ BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat \ tex:${PORTSDIR}/print/teTeX LIB_DEPENDS= gtkada.12:${PORTSDIR}/x11-toolkits/gtkada +DEPRECATED= GVD is now integrated as part of GPS, the GNAT Programming System. \ + No further releases of GVD stand alone will be made. +EXPIRATION_DATE= 2005-12-01 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes diff --git a/devel/gvd/pkg-descr b/devel/gvd/pkg-descr index 31e2d56e4428..8848bdf97f6d 100644 --- a/devel/gvd/pkg-descr +++ b/devel/gvd/pkg-descr @@ -3,4 +3,4 @@ GVD stands for "GNU Visual Debugger" It is an extensible graphical debugger licensed under the GNU General Public License and written in Ada using GNAT and the GtkAda graphical toolkit. -WWW: http://libre.act-europe.fr/gvd/ +WWW: https://libre2.adacore.com/gvd/ |