diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-23 15:00:18 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-23 15:00:18 +0000 |
commit | 81c27c891a0bf0bef71694886cc6f7ae1b42de7f (patch) | |
tree | 64687baed1958c674985a94e4d56a5104dd60db1 /cad/linux-eagle5 | |
parent | 537fa0cbd2d6a011fa6b769c106b8f691ce1a312 (diff) | |
download | ports-81c27c891a0bf0bef71694886cc6f7ae1b42de7f.tar.gz ports-81c27c891a0bf0bef71694886cc6f7ae1b42de7f.zip |
Notes
Diffstat (limited to 'cad/linux-eagle5')
-rw-r--r-- | cad/linux-eagle5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/linux-eagle5/Makefile b/cad/linux-eagle5/Makefile index 8b2e6772b1f6..6b6707b836a9 100644 --- a/cad/linux-eagle5/Makefile +++ b/cad/linux-eagle5/Makefile @@ -10,7 +10,7 @@ EAGLEBASEVERSION?= 5.12 EAGLEBUGFIX?= 0 EAGLEVERSION= ${EAGLEBASEVERSION}.${EAGLEBUGFIX} PORTVERSION= ${EAGLEVERSION:S/r/./} -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= cad linux MASTER_SITES= ftp://ftp.cadsoft.de/eagle/program/${EAGLEBASEVERSION}/ DISTNAME= eagle-${EAGLEVERSION} |