diff options
author | stas <stas@FreeBSD.org> | 2009-02-09 00:33:55 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-02-09 00:33:55 +0800 |
commit | 62c98102fedd80a297cb861589c4c8154d58d326 (patch) | |
tree | 030970052dcf0d34d137801c2ffb95395ef400c3 /cad/geda-symbols/Makefile | |
parent | 8b2756d378d32947dc63119cfef91d91b8f995c9 (diff) | |
download | freebsd-ports-gnome-62c98102fedd80a297cb861589c4c8154d58d326.tar.gz freebsd-ports-gnome-62c98102fedd80a297cb861589c4c8154d58d326.tar.zst freebsd-ports-gnome-62c98102fedd80a297cb861589c4c8154d58d326.zip |
- Update to 1.4.3.
PR: ports/131468 (based on)
Submitted by: Oliver Lehmann <oliver@freebsd.org>
Diffstat (limited to 'cad/geda-symbols/Makefile')
-rw-r--r-- | cad/geda-symbols/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cad/geda-symbols/Makefile b/cad/geda-symbols/Makefile index 8a21912bc41a..0a559abf2f55 100644 --- a/cad/geda-symbols/Makefile +++ b/cad/geda-symbols/Makefile @@ -6,11 +6,10 @@ # PORTNAME= symbols -PORTVERSION= 20070216 -PORTREVISION= 0 +PORTVERSION= 1.4.3 CATEGORIES= cad -MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ - http://geda.seul.org/devel/${PORTVERSION}/ +MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ + http://geda.seul.org/release/v1.4/${PORTVERSION}/ PKGNAMEPREFIX= geda- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} |