diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-31 23:17:49 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-31 23:17:49 +0800 |
commit | a6eb849612c86824157936cb8c693fbeb0151d70 (patch) | |
tree | 446fd758a054530714b933987e16a2c03140e3d4 /cad | |
parent | 3ae4f6e2d253dff916c3faec95dd8f858c144173 (diff) | |
download | freebsd-ports-gnome-a6eb849612c86824157936cb8c693fbeb0151d70.tar.gz freebsd-ports-gnome-a6eb849612c86824157936cb8c693fbeb0151d70.tar.zst freebsd-ports-gnome-a6eb849612c86824157936cb8c693fbeb0151d70.zip |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda-gattrib/Makefile | 2 | ||||
-rw-r--r-- | cad/geda-gschem/Makefile | 2 | ||||
-rw-r--r-- | cad/geda-netlist/Makefile | 2 | ||||
-rw-r--r-- | cad/geda-symcheck/Makefile | 2 | ||||
-rw-r--r-- | cad/geda-utils/Makefile | 2 | ||||
-rw-r--r-- | cad/geda/Makefile | 2 | ||||
-rw-r--r-- | cad/libgeda/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/cad/geda-gattrib/Makefile b/cad/geda-gattrib/Makefile index 5ba6137d78ee..34c09bd69d2c 100644 --- a/cad/geda-gattrib/Makefile +++ b/cad/geda-gattrib/Makefile @@ -3,7 +3,7 @@ PORTNAME= gattrib PORTVERSION= 1.4.3 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ diff --git a/cad/geda-gschem/Makefile b/cad/geda-gschem/Makefile index de2d4559ce63..d2b19a741251 100644 --- a/cad/geda-gschem/Makefile +++ b/cad/geda-gschem/Makefile @@ -3,7 +3,7 @@ PORTNAME= gschem PORTVERSION= 1.4.3 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ diff --git a/cad/geda-netlist/Makefile b/cad/geda-netlist/Makefile index ab58e53c866d..138d2b103765 100644 --- a/cad/geda-netlist/Makefile +++ b/cad/geda-netlist/Makefile @@ -3,7 +3,7 @@ PORTNAME= netlist PORTVERSION= 1.4.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ diff --git a/cad/geda-symcheck/Makefile b/cad/geda-symcheck/Makefile index dc0e45d19d24..046d39ef11f1 100644 --- a/cad/geda-symcheck/Makefile +++ b/cad/geda-symcheck/Makefile @@ -3,7 +3,7 @@ PORTNAME= symcheck PORTVERSION= 1.4.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile index 59e919dd6b38..6e4d4cf01670 100644 --- a/cad/geda-utils/Makefile +++ b/cad/geda-utils/Makefile @@ -3,7 +3,7 @@ PORTNAME= utils PORTVERSION= 1.4.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ diff --git a/cad/geda/Makefile b/cad/geda/Makefile index ee03b299353c..19f8f72735f1 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -3,7 +3,7 @@ PORTNAME= geda PORTVERSION= 1.8.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://ftp.geda-project.org/geda-gaf/stable/%SUBDIR%/ diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index 52540df82c58..a57fa54fb930 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -3,7 +3,7 @@ PORTNAME= libgeda PORTVERSION= 1.4.3 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ |