diff options
author | mm <mm@FreeBSD.org> | 2009-02-23 22:46:37 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-23 22:46:37 +0800 |
commit | 5d00f19fad4d755920d71152d2816428d892b011 (patch) | |
tree | bbf8a69b5776a5cfb01f9483e70477bca40877df /audio | |
parent | f91e09da4ec1f482ebd4c3cb27b97c2ee073121a (diff) | |
download | freebsd-ports-gnome-5d00f19fad4d755920d71152d2816428d892b011.tar.gz freebsd-ports-gnome-5d00f19fad4d755920d71152d2816428d892b011.tar.zst freebsd-ports-gnome-5d00f19fad4d755920d71152d2816428d892b011.zip |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pd/Makefile | 1 | ||||
-rw-r--r-- | audio/rat/Makefile | 2 | ||||
-rw-r--r-- | audio/snack/Makefile | 2 | ||||
-rw-r--r-- | audio/xcd/Makefile | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile index b027d1a243c2..b95d87080695 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -8,6 +8,7 @@ PORTNAME= pd DISTVERSION= 0.42-4 DISTVERSIONSUFFIX= .src +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www-crca.ucsd.edu/~msp/Software/ diff --git a/audio/rat/Makefile b/audio/rat/Makefile index b750d989c9af..1866845775d5 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -7,7 +7,7 @@ PORTNAME= rat PORTVERSION= 4.2.25 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mbone audio ipv6 tk MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ \ http://www.icir.org/hodson/ucl-mirror/ diff --git a/audio/snack/Makefile b/audio/snack/Makefile index 3660b18be484..b0dcc6215a44 100644 --- a/audio/snack/Makefile +++ b/audio/snack/Makefile @@ -8,7 +8,7 @@ PORTNAME= snack PORTVERSION= 2.2.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio tcl tk MASTER_SITES= http://www.speech.kth.se/snack/dist/ DISTNAME= ${PORTNAME}${PORTVERSION} diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index 079f136a86b2..d2d90068efac 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcd PORTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio tk MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jmz |