diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/leocad/Makefile | 1 | ||||
-rw-r--r-- | cad/linux-eagle5/Makefile | 2 | ||||
-rw-r--r-- | cad/pdnmesh/Makefile | 2 | ||||
-rw-r--r-- | cad/xcircuit/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index 0f2272192cbd..2b13cc3c11e9 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -3,6 +3,7 @@ PORTNAME= leocad PORTVERSION= 0.79.0 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${LEOCAD_DISTNAME} ${LEOCAD_PIECES} 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} diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 4c8ac942673c..8db4f502f696 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdnmesh PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 76dee36e3e6e..c0bcea3af786 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -3,6 +3,7 @@ PORTNAME= xcircuit PORTVERSION= 3.7.45 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ \ |