diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 19:52:19 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 19:52:19 +0000 |
commit | f83c7639aafdbe99a7f8bd89780da0b672b58bc3 (patch) | |
tree | 3c8833dfe452b93f6e5e4fc66b78bbafdc950e06 /cad | |
parent | databases/py-Elixir: unexpire by bumping py-sqlalchemy version. (diff) |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/electric/Makefile | 2 | ||||
-rw-r--r-- | cad/geda/Makefile | 2 | ||||
-rw-r--r-- | cad/gerbv/Makefile | 2 | ||||
-rw-r--r-- | cad/transcalc/Makefile | 2 | ||||
-rw-r--r-- | cad/z88/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cad/electric/Makefile b/cad/electric/Makefile index 4f70b155fc46..84167312eff6 100644 --- a/cad/electric/Makefile +++ b/cad/electric/Makefile @@ -3,7 +3,7 @@ PORTNAME= electric PORTVERSION= 7.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MASTER_SITES= GNU DISTNAME= ${PORTNAME}-${PORTVERSION:C/^(...)\./\1/} diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 384c9e7c04b9..80e0dc9cbf98 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -4,7 +4,7 @@ PORTNAME= geda PORTVERSION= 1.8.2 DISTVERSIONPREFIX=gaf- -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://ftp.geda-project.org/${PORTNAME}-gaf/stable/v${PORTVERSION:R}/${PORTVERSION}/ diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index cb45884edc37..141a6a02ce7c 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -3,7 +3,7 @@ PORTNAME= gerbv PORTVERSION= 2.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile index ec22b8f31cff..ffa15649d68c 100644 --- a/cad/transcalc/Makefile +++ b/cad/transcalc/Makefile @@ -3,7 +3,7 @@ PORTNAME= transcalc PORTVERSION= 0.14 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= cad MASTER_SITES= http://transcalc.sourceforge.net/ diff --git a/cad/z88/Makefile b/cad/z88/Makefile index 6e828ab0b35e..fcb3157161f3 100644 --- a/cad/z88/Makefile +++ b/cad/z88/Makefile @@ -3,7 +3,7 @@ PORTNAME= z88 PORTVERSION= 13.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= http://www.z88.uni-bayreuth.de/download/ DISTFILES= ${PORTNAME}130${EXTRACT_SUFX} ${PORTNAME}mane.pdf |