diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-06 13:39:14 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-06 13:39:14 +0800 |
commit | 53d365342ce483038f7746dd58cdedd084cd50bb (patch) | |
tree | eb1d88d00ad648cf93ca923fd4a339e0b9f0ec69 | |
parent | 4b074a0892f8ef272cc75bcb9bf7804c4426d27a (diff) | |
download | freebsd-ports-gnome-53d365342ce483038f7746dd58cdedd084cd50bb.tar.gz freebsd-ports-gnome-53d365342ce483038f7746dd58cdedd084cd50bb.tar.zst freebsd-ports-gnome-53d365342ce483038f7746dd58cdedd084cd50bb.zip |
mharo upgraded the DISTNAME/PKGNAME of this port to a
newer version but didn't follow through with the rest of
the changes. (this was rev 1.12 which was supposed
to be a FreeBSD.ORG -> FreeBSD.org change). Revert to
the version that used to be there until someone upgrades it
for real.
-rw-r--r-- | cad/geda/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 24a72ae89ba5..f05d477f9c89 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: geda -# Version required: 19990124 +# Version required: 19990327 # Date created: 24 Nov 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gEDA-19990516 -PKGNAME= geda-19990516 +DISTNAME= gEDA-19990327 +PKGNAME= geda-19990327 CATEGORIES= cad MASTER_SITES= http://www.geda.seul.org/dist/ \ ftp://ftp.geda.seul.org/pub/geda/dist/ \ |