diff options
105 files changed, 119 insertions, 66 deletions
diff --git a/Mk/bsd.tcl.mk b/Mk/bsd.tcl.mk index 0da49cbd689a..ae631b4073e7 100644 --- a/Mk/bsd.tcl.mk +++ b/Mk/bsd.tcl.mk @@ -13,7 +13,7 @@ Tcl_Include_MAINTAINER= mm@FreeBSD.org # via the port or by the user via defined variable try to find the highest # stable installed version. # Available values: yes 86+ 85+ 84+ 83+ 82+ 80+ 85 84 83 82 80 -# NOTE: - default value 84 is used in case of USE_TCL=yes +# NOTE: - default value 85 is used in case of USE_TCL=yes # # USE_TCL_BUILD - Add buildtime dependency on Tcl (tclsh). # Available values: see USE_TCL @@ -28,7 +28,7 @@ Tcl_Include_MAINTAINER= mm@FreeBSD.org # a specific tclsh version may use this. # The tclsh wrapper script installs into ${LOCALBASE}/bin/tclsh # NOTE: - USE_TCL_WRAPPER and USE_TCL can be used together -# - ports using the wrapper should support default Tcl (8.4) +# - ports using the wrapper should support default Tcl (8.5) ## # INVALID_TCL_VER - This variable contains a list of Tcl versions not supported by the port. # This setting is effective only when USE_TCL is set to a range (e.g. 83+) @@ -53,7 +53,7 @@ Tcl_Include_MAINTAINER= mm@FreeBSD.org # stable installed version. # Avaliable values: yes 86+ 85+ 84+ 83+ 82+ 80+ 85 84 83 82 80 # NOTE: - overrides USE_TCL -# - default value 84 is used in case of USE_TK=yes +# - default value 85 is used in case of USE_TK=yes # # USE_TK_BUILD - Add buildtime dependency on Tk (wish). # Available values: see USE_TK @@ -68,7 +68,7 @@ Tcl_Include_MAINTAINER= mm@FreeBSD.org # a specific wish version may use this. # The wish wrapper script installs into ${LOCALBASE}/bin/wish # NOTE: - USE_TK_WRAPPER and USE_TK can be used together. -# - ports using the wrapper should support default Tk (8.4) +# - ports using the wrapper should support default Tk (8.5) ## # INVALID_TK_VER - This variable contains a list of Tk versions not supported by the port # This setting is effective only when USE_TK is set to a range (e.g. 83+) @@ -190,7 +190,7 @@ INVALID_TCL_VER:= ${INVALID_TK_VER} # . if defined(USE_TCL) -_TCL_DEFAULT_VERSION= 84 +_TCL_DEFAULT_VERSION= 85 _TCL_VERSIONS= 86 85 84 83 82 80 _TCL_THREADS_VERSIONS= 86 85 84 _TCL_RANGE_VERSIONS= 86+ 85+ 84+ 83+ 82+ 80+ @@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090223: + AFFECTS: users of Tcl/Tk + AUTHOR: mm@FreeBSD.org + + The default version of Tcl/Tk has been changed from 8.4 to 8.5. + + To restore old behavior and prefer using Tcl 8.4 with supported ports set + WITH_TCL_VER=84 in /etc/make.conf. This has no effect on ports that have + USE_TCL=yes or USE_TK=yes. They stick to the new default version and have + to be updated by their maintainers to support other versions than default. + 20090218: AFFECTS: users of www/zend-framework AUTHOR: glarkin@FreeBSD.org diff --git a/archivers/tclmkziplib/Makefile b/archivers/tclmkziplib/Makefile index 43fe33892720..51f46c4e1648 100644 --- a/archivers/tclmkziplib/Makefile +++ b/archivers/tclmkziplib/Makefile @@ -7,7 +7,7 @@ PORTNAME= tclmkziplib PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers tcl MASTER_SITES= http://mkextensions.sourceforge.net/ DISTNAME= mkZiplib${PORTVERSION:S/.//} diff --git a/astro/ptiger/Makefile b/astro/ptiger/Makefile index b93a5cf30165..9fc79540c6bf 100644 --- a/astro/ptiger/Makefile +++ b/astro/ptiger/Makefile @@ -7,7 +7,7 @@ PORTNAME= ptiger PORTVERSION= 2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro tk MASTER_SITES= SF MASTER_SITE_SUBDIR= tkgeomap diff --git a/astro/tclgeomap/Makefile b/astro/tclgeomap/Makefile index 6238d0a935f8..b7cd45748431 100644 --- a/astro/tclgeomap/Makefile +++ b/astro/tclgeomap/Makefile @@ -7,6 +7,7 @@ PORTNAME= tclgeomap PORTVERSION= 2.11.5 +PORTREVISION= 1 CATEGORIES= astro tcl MASTER_SITES= SF/tkgeomap diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile index b56e67e4bd96..0cef82b0ea2a 100644 --- a/astro/tkgeomap/Makefile +++ b/astro/tkgeomap/Makefile @@ -7,6 +7,7 @@ PORTNAME= tkgeomap PORTVERSION= 2.11.5 +PORTREVISION= 1 CATEGORIES= astro tk MASTER_SITES= SF diff --git a/astro/xeartk/Makefile b/astro/xeartk/Makefile index 0c1dd945191b..bf033ccd72ac 100644 --- a/astro/xeartk/Makefile +++ b/astro/xeartk/Makefile @@ -7,7 +7,7 @@ PORTNAME= xeartk PORTVERSION= 2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro tk MASTER_SITES= SF MASTER_SITE_SUBDIR= tkgeomap 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 diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index cf774ca102fa..b3ca84fef124 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -7,7 +7,7 @@ PORTNAME= opencascade PORTVERSION= 6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad science MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= thierry diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 61f846c8b7f3..b2e73d4de3c2 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -7,7 +7,7 @@ PORTNAME= pcb PORTVERSION= 20080202 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= SF diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 8699e7b3d4c5..ced56463203d 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -7,7 +7,7 @@ PORTNAME= hamlib PORTVERSION= 1.2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/comms/ncid/Makefile b/comms/ncid/Makefile index 0c524c2cdc0d..9bdac37ae1a2 100644 --- a/comms/ncid/Makefile +++ b/comms/ncid/Makefile @@ -7,6 +7,7 @@ PORTNAME= ncid PORTVERSION= 0.72.1 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/comms/tkscanfax/Makefile b/comms/tkscanfax/Makefile index a3b1fb2db544..473bf85ab457 100644 --- a/comms/tkscanfax/Makefile +++ b/comms/tkscanfax/Makefile @@ -8,6 +8,7 @@ PORTNAME= tkscanfax PORTVERSION= 1.1.8 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= comms tk MASTER_SITES= http://shino.pos.to/linux/tkscanfax/ diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 7e8cdd8a9687..adc8363c7883 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -7,7 +7,7 @@ PORTNAME= grass PORTVERSION= 6.2.3 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.itc.it/grass62/source/ \ diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile index 0aeb1a97fdf7..820469d465a2 100644 --- a/databases/metakit/Makefile +++ b/databases/metakit/Makefile @@ -7,6 +7,7 @@ PORTNAME= metakit PORTVERSION= 2.4.9.7 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.equi4.com/pub/mk/ diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile index 233b38bd0982..6601e5e48a76 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -7,6 +7,7 @@ PORTNAME= mysqltcl PORTVERSION= 3.05 +PORTREVISION= 1 CATEGORIES= databases tcl MASTER_SITES= http://www.xdobry.de/mysqltcl/ diff --git a/databases/pgtcl/Makefile b/databases/pgtcl/Makefile index c9cea25d7ecb..1491de09221d 100644 --- a/databases/pgtcl/Makefile +++ b/databases/pgtcl/Makefile @@ -7,6 +7,7 @@ PORTNAME= pgtcl PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= databases tcl DISTNAME= ${PORTNAME}${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src diff --git a/databases/sybtcl/Makefile b/databases/sybtcl/Makefile index 0793e339dc91..9f3071d116cd 100644 --- a/databases/sybtcl/Makefile +++ b/databases/sybtcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= sybtcl PORTVERSION= 3.0rc2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index 67b99850c1b7..9bebc75824e5 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -7,7 +7,7 @@ PORTNAME= zorro PORTVERSION= 1.1.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils tk MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ \ http://atreides.freenix.no/~anders/ \ diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile index 4a3ccda5663b..eb03556b223f 100644 --- a/devel/aegis/Makefile +++ b/devel/aegis/Makefile @@ -7,7 +7,7 @@ PORTNAME= aegis PORTVERSION= 4.24 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/cbrowser/Makefile b/devel/cbrowser/Makefile index 72bb0277c1d5..4f847aeb7173 100644 --- a/devel/cbrowser/Makefile +++ b/devel/cbrowser/Makefile @@ -7,7 +7,7 @@ PORTNAME= cbrowser PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel tk MASTER_SITES= SF diff --git a/devel/clig/Makefile b/devel/clig/Makefile index 6daa04b5c684..9e434f6cabdc 100644 --- a/devel/clig/Makefile +++ b/devel/clig/Makefile @@ -7,6 +7,7 @@ PORTNAME= clig PORTVERSION= 1.9.11.1 +PORTREVISION= 1 CATEGORIES= devel tcl MASTER_SITES= http://wsd.iitb.fhg.de/~geg/clighome/ \ http://www.carpetsmoker.net/distfiles/ \ diff --git a/devel/ecos-tools/Makefile b/devel/ecos-tools/Makefile index f543709abc0c..b4f58c81fd93 100644 --- a/devel/ecos-tools/Makefile +++ b/devel/ecos-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= ecos-tools PORTVERSION= 0.0.${SNAPDATE} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= tg diff --git a/devel/sml_tk/Makefile b/devel/sml_tk/Makefile index 01c616799db9..12503357ef0a 100644 --- a/devel/sml_tk/Makefile +++ b/devel/sml_tk/Makefile @@ -7,6 +7,7 @@ PORTNAME= sml_tk PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.informatik.uni-bremen.de/~cxl/sml_tk/ DISTNAME= smltk diff --git a/devel/tcl-memchan/Makefile b/devel/tcl-memchan/Makefile index 0959c534fb6c..5dbdb9bdda1e 100644 --- a/devel/tcl-memchan/Makefile +++ b/devel/tcl-memchan/Makefile @@ -7,6 +7,7 @@ PORTNAME= memchan PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= devel tcl MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} PKGNAMEPREFIX= tcl- diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index 70852ae98eaa..25d0f1e4588f 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= tclcl PORTVERSION= 1.19 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= src- CATEGORIES= devel tcl tk MASTER_SITES= SF/otcl-tclcl diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index fb4e4d20a8bb..94aa646b9e92 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -8,7 +8,7 @@ PORTNAME= tcllib PORTVERSION= 1.10 CATEGORIES= devel tcl -PORTREVISION= 1 +PORTREVISION= 2 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcllib diff --git a/devel/tclmore/Makefile b/devel/tclmore/Makefile index a376f111431f..87f71774c65d 100644 --- a/devel/tclmore/Makefile +++ b/devel/tclmore/Makefile @@ -7,6 +7,7 @@ PORTNAME= tclmore PORTVERSION= 0.7b1 +PORTREVISION= 1 CATEGORIES= devel tcl MASTER_SITES= http://download.gna.org/tclmore/0.7/ DISTNAME= ${PORTNAME}_${PORTVERSION}_src diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile index 1511934bd528..4bedfd6a4106 100644 --- a/devel/tclreadline/Makefile +++ b/devel/tclreadline/Makefile @@ -7,7 +7,7 @@ PORTNAME= tclreadline PORTVERSION= 2.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel tcl MASTER_SITES= SF/tclreadline diff --git a/devel/tclthread/Makefile b/devel/tclthread/Makefile index 2f81a2848600..bdb90a63a959 100644 --- a/devel/tclthread/Makefile +++ b/devel/tclthread/Makefile @@ -7,6 +7,7 @@ PORTNAME= thread PORTVERSION= 2.6.5 +PORTREVISION= 1 CATEGORIES= devel tcl MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcl diff --git a/devel/tcltls/Makefile b/devel/tcltls/Makefile index f5b1efae7b85..7ff26c7dd5aa 100644 --- a/devel/tcltls/Makefile +++ b/devel/tcltls/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcltls PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= devel tcl MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=tls diff --git a/devel/tclxml/Makefile b/devel/tclxml/Makefile index 9b8cef668a5a..1f1f023622ba 100644 --- a/devel/tclxml/Makefile +++ b/devel/tclxml/Makefile @@ -7,6 +7,7 @@ PORTNAME= tclxml PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= devel tcl MASTER_SITES= SF MASTER_SITE_SUBDIR= tclxml diff --git a/devel/tkp4/Makefile b/devel/tkp4/Makefile index 5621b5df9d16..09c4e2a6c884 100644 --- a/devel/tkp4/Makefile +++ b/devel/tkp4/Makefile @@ -7,7 +7,7 @@ PORTNAME= tkp4 PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel tk MASTER_SITES= http://www.timshel.ca/tkp4/ diff --git a/devel/ztcl/Makefile b/devel/ztcl/Makefile index 78307040127f..c2a650271cf7 100644 --- a/devel/ztcl/Makefile +++ b/devel/ztcl/Makefile @@ -7,6 +7,7 @@ PORTNAME= ztcl DISTVERSION= 1.0b4 +PORTREVISION= 1 CATEGORIES= devel tcl MASTER_SITES= http://download.gna.org/ztcl/1.0/ DISTNAME= ${PORTNAME}_${DISTVERSION}_src diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index e7fc6c6da57d..bec7219b2175 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -7,7 +7,7 @@ PORTNAME= vigor PORTVERSION= 0.016 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors tcl tk MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/vim/Makefile b/editors/vim/Makefile index ea8d3f306127..78055e857bf7 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -10,7 +10,7 @@ PORTNAME?= vim PATCHLEVEL= 106 PORTVERSION= 7.2.${PATCHLEVEL} RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= editors MASTER_SITES= ${MASTER_SITE_VIM} DISTFILES= ${RELEASE}${EXTRACT_SUFX} diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index 5e5c3ece686a..5f0c407d281f 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -7,7 +7,7 @@ PORTNAME= bsvc PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators tk MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/emulators diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile index f44dc71c9e6c..676632de433f 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -7,7 +7,7 @@ PORTNAME= tkhfs PORTVERSION= 1.27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators tk MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jmz diff --git a/games/8kingdoms/Makefile b/games/8kingdoms/Makefile index b81d6777e4d1..83fda0ee4567 100644 --- a/games/8kingdoms/Makefile +++ b/games/8kingdoms/Makefile @@ -7,7 +7,7 @@ PORTNAME= 8kingdoms PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=kralovstvi diff --git a/games/awale/Makefile b/games/awale/Makefile index c7dbb9dbad5a..154981799ec9 100644 --- a/games/awale/Makefile +++ b/games/awale/Makefile @@ -7,6 +7,7 @@ PORTNAME= awale PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SAVANNAH CENKES diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile index af68698f74ac..c93838e0f584 100644 --- a/games/dontspace/Makefile +++ b/games/dontspace/Makefile @@ -7,7 +7,7 @@ PORTNAME= dontspace PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games tk MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ diff --git a/games/etracer/Makefile b/games/etracer/Makefile index a74add3c28f2..5a779b238025 100644 --- a/games/etracer/Makefile +++ b/games/etracer/Makefile @@ -7,7 +7,7 @@ PORTNAME= etracer PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/extremetuxracer DISTNAME= extremetuxracer-${PORTVERSION} diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile index 29b370870351..a1e67ffaf1e5 100644 --- a/games/ezquake/Makefile +++ b/games/ezquake/Makefile @@ -7,7 +7,7 @@ PORTNAME= ezquake PORTVERSION= 1.9 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= games MASTER_SITES= SF:ezquake \ http://www.winimage.com/zLibDll/:minizip diff --git a/games/klondike/Makefile b/games/klondike/Makefile index bb626dd9b423..b6903666572f 100644 --- a/games/klondike/Makefile +++ b/games/klondike/Makefile @@ -7,7 +7,7 @@ PORTNAME= klondike PORTVERSION= 1.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games tk MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ diff --git a/games/scid/Makefile b/games/scid/Makefile index 754996634d72..573a1df8cc6f 100644 --- a/games/scid/Makefile +++ b/games/scid/Makefile @@ -8,7 +8,7 @@ PORTNAME= scid PORTVERSION= 3.6.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games databases MASTER_SITES= SF diff --git a/games/tkmoo/Makefile b/games/tkmoo/Makefile index d7b48267fd07..168124d41c28 100644 --- a/games/tkmoo/Makefile +++ b/games/tkmoo/Makefile @@ -7,7 +7,7 @@ PORTNAME= tkmoo PORTVERSION= 0.3.32 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games tk MASTER_SITES= http://www.awns.com/tkMOO-light/Source/ DISTNAME= tkMOO-light-${PORTVERSION} diff --git a/games/xconq/Makefile b/games/xconq/Makefile index 55e6a2f4b744..2fa9e20933b3 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -7,7 +7,7 @@ PORTNAME= xconq PORTVERSION= 7.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games tcl tk MASTER_SITES= ftp://sources.redhat.com/pub/xconq/ \ ftp://unix.hensa.ac.uk/mirrors/sources.redhat.com/pub/xconq/ diff --git a/graphics/aolserver-nsgd/Makefile b/graphics/aolserver-nsgd/Makefile index af98cde710cd..2884d34bb44b 100644 --- a/graphics/aolserver-nsgd/Makefile +++ b/graphics/aolserver-nsgd/Makefile @@ -7,7 +7,7 @@ PORTNAME= nsgd PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics www MASTER_SITES= http://www.aolserver.cz/download/ PKGNAMEPREFIX= aolserver- diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile index 7dedca167d2e..1e1376359fcc 100644 --- a/graphics/gocr/Makefile +++ b/graphics/gocr/Makefile @@ -7,6 +7,7 @@ PORTNAME= gocr PORTVERSION= 0.46 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/jocr diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index f5e2aa70a1a2..3c482086a1b9 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -7,7 +7,7 @@ PORTNAME= graphviz PORTVERSION= 2.20.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ diff --git a/graphics/tkpng/Makefile b/graphics/tkpng/Makefile index a0ac58840b94..2af25c46c69e 100644 --- a/graphics/tkpng/Makefile +++ b/graphics/tkpng/Makefile @@ -7,6 +7,7 @@ PORTNAME= tkpng PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= graphics tk MASTER_SITES= SF DISTNAME= ${PORTNAME}${PORTVERSION} diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 7f09215e3039..6c0b52c1e5eb 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -7,6 +7,7 @@ PORTNAME= eggdrop PORTVERSION= 1.6.19 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ \ LOCAL/beech diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile index f542c1eeec29..3ed04ac79f93 100644 --- a/irc/quirc/Makefile +++ b/irc/quirc/Makefile @@ -7,7 +7,7 @@ PORTNAME= quirc PORTVERSION= 0.9.84 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= irc tk MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:local/} diff --git a/irc/roxirc/Makefile b/irc/roxirc/Makefile index 5f625f616fce..57370970006c 100644 --- a/irc/roxirc/Makefile +++ b/irc/roxirc/Makefile @@ -7,7 +7,7 @@ PORTNAME= roxirc PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc tk MASTER_SITES= http://roxirc.lighter.net/download/ diff --git a/irc/tkirc/Makefile b/irc/tkirc/Makefile index 46b3d2ba8b88..40fefcc3299a 100644 --- a/irc/tkirc/Makefile +++ b/irc/tkirc/Makefile @@ -7,7 +7,7 @@ PORTNAME= tkirc PORTVERSION= 2.46 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc tk MASTER_SITES= http://netsplit.de/tkirc2/ DISTNAME= ${PORTNAME}${PORTVERSION} diff --git a/japanese/bookview/Makefile b/japanese/bookview/Makefile index 42224746257e..06548b1261c0 100644 --- a/japanese/bookview/Makefile +++ b/japanese/bookview/Makefile @@ -7,6 +7,7 @@ PORTNAME= bookview PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/ \ ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/bookview/ diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index ddcd3170385d..110d9b183cd1 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -7,7 +7,7 @@ PORTNAME= erlang PORTVERSION= r12b5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/ \ diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index ddcd3170385d..110d9b183cd1 100644 --- a/lang/erlang14/Makefile +++ b/lang/erlang14/Makefile @@ -7,7 +7,7 @@ PORTNAME= erlang PORTVERSION= r12b5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/ \ diff --git a/lang/expect-devel/Makefile b/lang/expect-devel/Makefile index 405bb4515b6d..f3125b445093 100644 --- a/lang/expect-devel/Makefile +++ b/lang/expect-devel/Makefile @@ -6,6 +6,7 @@ PORTNAME= expect PORTVERSION= 5.44.1.11 +PORTREVISION= 1 CATEGORIES= lang tcl tk MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wintcltk diff --git a/lang/ocs/Makefile b/lang/ocs/Makefile index bd7c62a175cb..71748e341f9f 100644 --- a/lang/ocs/Makefile +++ b/lang/ocs/Makefile @@ -8,6 +8,7 @@ PORTNAME= ocs PORTVERSION= 2.3k +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://uebb.cs.tu-berlin.de/opal/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index 8ed95f0ede3c..292331630df7 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -7,6 +7,7 @@ PORTNAME= Tcl PORTVERSION= 0.97 +PORTREVISION= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/lang/tcl-wrapper/Makefile b/lang/tcl-wrapper/Makefile index a038934fcc0d..d2c5c73ee781 100644 --- a/lang/tcl-wrapper/Makefile +++ b/lang/tcl-wrapper/Makefile @@ -7,6 +7,7 @@ PORTNAME= wrapper PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= lang tcl MASTER_SITES= # empty PKGNAMEPREFIX= ${TX_PORT}- diff --git a/lang/xotcl/Makefile b/lang/xotcl/Makefile index 47fbc2b84f57..21e7f0e1d1ce 100644 --- a/lang/xotcl/Makefile +++ b/lang/xotcl/Makefile @@ -7,6 +7,7 @@ PORTNAME= xotcl PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES?= lang tcl MASTER_SITES= SF \ http://media.wu-wien.ac.at/download/ diff --git a/math/maxima/Makefile b/math/maxima/Makefile index ba7036d3c4c2..43165c91db8b 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -7,7 +7,7 @@ PORTNAME= maxima PORTVERSION= 5.17.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math tk MASTER_SITES= SF diff --git a/math/octave-forge-tcl-octave/Makefile b/math/octave-forge-tcl-octave/Makefile index cfc602d037ee..a9795b9bc5ab 100644 --- a/math/octave-forge-tcl-octave/Makefile +++ b/math/octave-forge-tcl-octave/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave-forge-tcl-octave PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@math.missouri.edu diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index c823bb1c01c6..798886e1d6b9 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -8,6 +8,7 @@ PORTNAME= matplotlib PORTVERSION= 0.98.3 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index e873771a245d..0858ec8c7fb2 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -8,6 +8,7 @@ PORTNAME= vtk PORTVERSION= 5.0.4 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= http://www.vtk.org/files/release/5.0/ \ http://www.neuro.mcw.edu/Ports/distfiles/VTK5/ diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index b750d989c9af..1866845775d5 100644 --- a/mbone/rat/Makefile +++ b/mbone/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/misc/ewipe/Makefile b/misc/ewipe/Makefile index 7c7bb6425f56..960b727bfb88 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -7,7 +7,7 @@ PORTNAME= ewipe PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= misc tk MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ \ http://www.carpetsmoker.net/distfiles/ \ diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile index 9eea6c948fcb..e346bd0efc48 100644 --- a/misc/tkregexp/Makefile +++ b/misc/tkregexp/Makefile @@ -7,7 +7,7 @@ PORTNAME= tkregexp PORTVERSION= 3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc tk MASTER_SITES= http://laurent.riesterer.free.fr/regexp/ DISTNAME= visual_regexp-${PORTVERSION} diff --git a/multimedia/tkxanim/Makefile b/multimedia/tkxanim/Makefile index 36dcece20a9a..346ec8827b8b 100644 --- a/multimedia/tkxanim/Makefile +++ b/multimedia/tkxanim/Makefile @@ -7,7 +7,7 @@ PORTNAME= tkxanim PORTVERSION= 0.43 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia tk MASTER_SITES= http://freshmeat.net/redir/tkxanim/10652/url_tgz/ \ http://freebsd.unixfreunde.de/sources/ diff --git a/net-mgmt/ipacco/Makefile b/net-mgmt/ipacco/Makefile index 413bdea016ee..f55c4fb4dfcc 100644 --- a/net-mgmt/ipacco/Makefile +++ b/net-mgmt/ipacco/Makefile @@ -7,7 +7,7 @@ PORTNAME= ipacco PORTVERSION= 0.2.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ipacco diff --git a/net/openverse/Makefile b/net/openverse/Makefile index 4556322ab400..65d8ab193f80 100644 --- a/net/openverse/Makefile +++ b/net/openverse/Makefile @@ -6,7 +6,7 @@ PORTNAME= OpenVerse PORTVERSION= 0.8.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net tcl tk MASTER_SITES= http://www.openverse.com/files/OpenVerse/ DISTNAME= ${PORTNAME}-0.8-7 diff --git a/net/tcludp/Makefile b/net/tcludp/Makefile index a70cccf35931..bd7a9624e1eb 100644 --- a/net/tcludp/Makefile +++ b/net/tcludp/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcludp PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= net tcl MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=tcludp diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index 5b75ff770b9c..0cc98ecc0102 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcpillust PORTVERSION= 2.01a +PORTREVISION= 1 CATEGORIES= net tcl tk MASTER_SITES= http://www.jp.nishida.org/tcpillust/ diff --git a/science/omnetpp/Makefile b/science/omnetpp/Makefile index 74ae4625c89f..a3c0ec1a4953 100644 --- a/science/omnetpp/Makefile +++ b/science/omnetpp/Makefile @@ -7,7 +7,7 @@ PORTNAME= omnetpp PORTVERSION= 3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www.omnetpp.org/download/release/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/security/aolserver-nsmcrypt/Makefile b/security/aolserver-nsmcrypt/Makefile index 7d4a269a3d42..c78f7932367b 100644 --- a/security/aolserver-nsmcrypt/Makefile +++ b/security/aolserver-nsmcrypt/Makefile @@ -7,7 +7,7 @@ PORTNAME= nsmcrypt PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security www MASTER_SITES= http://www.aolserver.cz/download/ PKGNAMEPREFIX= aolserver- diff --git a/security/aolserver-nsmhash/Makefile b/security/aolserver-nsmhash/Makefile index e4a243055af6..0c67dd82fbfd 100644 --- a/security/aolserver-nsmhash/Makefile +++ b/security/aolserver-nsmhash/Makefile @@ -7,7 +7,7 @@ PORTNAME= nsmhash PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security www MASTER_SITES= http://www.aolserver.cz/download/ PKGNAMEPREFIX= aolserver- diff --git a/security/gorilla/Makefile b/security/gorilla/Makefile index 8382f8e724ba..8ed6764d46e3 100644 --- a/security/gorilla/Makefile +++ b/security/gorilla/Makefile @@ -7,7 +7,7 @@ PORTNAME= gorilla PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.fpx.de/fp/Software/Gorilla/download/ diff --git a/security/tclsasl/Makefile b/security/tclsasl/Makefile index 9f1e2e8a92b3..2de8fd7794b3 100644 --- a/security/tclsasl/Makefile +++ b/security/tclsasl/Makefile @@ -7,6 +7,7 @@ PORTNAME= tclsasl PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= security tcl MASTER_SITES= http://beepcore-tcl.sourceforge.net/ EXTRACT_SUFX= .tgz diff --git a/sysutils/LPRngTool/Makefile b/sysutils/LPRngTool/Makefile index a5f93f6252ec..7ee6043707c6 100644 --- a/sysutils/LPRngTool/Makefile +++ b/sysutils/LPRngTool/Makefile @@ -7,7 +7,7 @@ PORTNAME= LPRngTool PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils print MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \ ftp://ftp.cise.ufl.edu/pub/mirrors/%SUBDIR%/ \ diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index 1081a35f0cf7..ebb93ee903ad 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -7,7 +7,7 @@ PORTNAME= lavaps PORTVERSION= 2.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ diff --git a/sysutils/tclsyslog/Makefile b/sysutils/tclsyslog/Makefile index 3c5c424e938f..e1820cf36618 100644 --- a/sysutils/tclsyslog/Makefile +++ b/sysutils/tclsyslog/Makefile @@ -7,6 +7,7 @@ PORTNAME= tclsyslog PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= sysutils tcl MASTER_SITES= http://ftp.wagner.pp.ru/pub/tcl/tclsyslog/ diff --git a/sysutils/tkdvd/Makefile b/sysutils/tkdvd/Makefile index 9049de8de096..cbfd212904d6 100644 --- a/sysutils/tkdvd/Makefile +++ b/sysutils/tkdvd/Makefile @@ -7,7 +7,7 @@ PORTNAME= tkdvd PORTVERSION= 4.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://regis.damongeot.free.fr/tkdvd/dl/ \ http://mirror.amdmi3.ru/ diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index af47f9e4f3c8..b52cab819f27 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -7,7 +7,7 @@ PORTNAME= catdoc PORTVERSION= 0.94.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://mirror.amdmi3.ru/ \ ${MASTER_SITE_LOCAL:S|%SUBDIR%|amdmi3|} \ diff --git a/textproc/cost/Makefile b/textproc/cost/Makefile index 5aa0f1ef17a4..4f074c76c0de 100644 --- a/textproc/cost/Makefile +++ b/textproc/cost/Makefile @@ -7,7 +7,7 @@ PORTNAME= cost PORTVERSION= 2.2p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc tcl MASTER_SITES= http://www.flightlab.com/~joe/cost/ diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index 1e742349fea3..53fbf9f246dd 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -7,6 +7,7 @@ PORTNAME= msort PORTVERSION= 8.52 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile index 3e79f5f14f02..6e9ad7d54cf7 100644 --- a/textproc/wordnet/Makefile +++ b/textproc/wordnet/Makefile @@ -7,6 +7,7 @@ PORTNAME= WordNet PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cogsci.princeton.edu/pub/wordnet/${PORTVERSION}/ \ http://wordnet.princeton.edu/${PORTVERSION}/ diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 6948d9623614..47f28531435f 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -6,6 +6,7 @@ PORTNAME= xml2rfc PORTVERSION= 1.33 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://xml.resource.org/authoring/ EXTRACT_SUFX= .tgz diff --git a/www/aolserver/Makefile b/www/aolserver/Makefile index 1100e8b44b4a..6601d8ed048a 100644 --- a/www/aolserver/Makefile +++ b/www/aolserver/Makefile @@ -7,6 +7,7 @@ PORTNAME= aolserver PORTVERSION= 4.5.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/www/newsfeed/Makefile b/www/newsfeed/Makefile index ebfc0da579cb..5916c0e7429c 100644 --- a/www/newsfeed/Makefile +++ b/www/newsfeed/Makefile @@ -7,6 +7,7 @@ PORTNAME= newsfeed PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://home.arcor.de/mdoege/newsfeed/ DISTNAME= NewsFeed-${DISTVERSION} diff --git a/www/tdom/Makefile b/www/tdom/Makefile index c8063802c6cc..6a91d8ed146e 100644 --- a/www/tdom/Makefile +++ b/www/tdom/Makefile @@ -7,6 +7,7 @@ PORTNAME= tDOM PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.tdom.org/files/ EXTRACT_SUFX= .tgz diff --git a/x11-clocks/stopwatch/Makefile b/x11-clocks/stopwatch/Makefile index 023c208f7a75..7ef611731037 100644 --- a/x11-clocks/stopwatch/Makefile +++ b/x11-clocks/stopwatch/Makefile @@ -7,7 +7,7 @@ PORTNAME= stopwatch PORTVERSION= 3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= http://expect.nist.gov/stopwatch/ DISTNAME= stopwatch diff --git a/x11-toolkits/bwidget/Makefile b/x11-toolkits/bwidget/Makefile index 92c5174c751b..bdf79cd9e6f7 100644 --- a/x11-toolkits/bwidget/Makefile +++ b/x11-toolkits/bwidget/Makefile @@ -7,7 +7,7 @@ PORTNAME= bwidget PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcllib diff --git a/x11-toolkits/py-tktreectrl/Makefile b/x11-toolkits/py-tktreectrl/Makefile index 75654a7ebe43..dd4aceb2faef 100644 --- a/x11-toolkits/py-tktreectrl/Makefile +++ b/x11-toolkits/py-tktreectrl/Makefile @@ -7,6 +7,7 @@ PORTNAME= tktreectrl PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= x11-toolkits tk python MASTER_SITES= http://klappnase.bubble.org/TkinterTreectrl/ CENKES PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/tile/Makefile b/x11-toolkits/tile/Makefile index 5f8722760cca..769e1ecedc46 100644 --- a/x11-toolkits/tile/Makefile +++ b/x11-toolkits/tile/Makefile @@ -7,6 +7,7 @@ PORTNAME= tile PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits tk MASTER_SITES= SF/tktable diff --git a/x11-toolkits/tkdnd/Makefile b/x11-toolkits/tkdnd/Makefile index e4d5af1acf0b..d469d65ce101 100644 --- a/x11-toolkits/tkdnd/Makefile +++ b/x11-toolkits/tkdnd/Makefile @@ -8,7 +8,7 @@ PORTNAME= tkdnd PORTVERSION= 1.0 DISTVERSION= 1.0.20040304 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits tk MASTER_SITES= CENKES # Distfile prepared from SourceForge CVS diff --git a/x11-toolkits/tkshape/Makefile b/x11-toolkits/tkshape/Makefile index a4feab42820d..3af48632b314 100644 --- a/x11-toolkits/tkshape/Makefile +++ b/x11-toolkits/tkshape/Makefile @@ -6,7 +6,7 @@ PORTNAME= tkshape PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://www.cs.man.ac.uk/~fellowsd/tcl/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ diff --git a/x11-toolkits/tktable/Makefile b/x11-toolkits/tktable/Makefile index 9f9e42ca771a..fccd7019574d 100644 --- a/x11-toolkits/tktable/Makefile +++ b/x11-toolkits/tktable/Makefile @@ -7,6 +7,7 @@ PORTNAME= tktable PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= x11-toolkits tk MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-toolkits/tktreectrl/Makefile b/x11-toolkits/tktreectrl/Makefile index 17125ec5968d..866effb82646 100644 --- a/x11-toolkits/tktreectrl/Makefile +++ b/x11-toolkits/tktreectrl/Makefile @@ -7,7 +7,7 @@ PORTNAME= tktreectrl PORTVERSION= 2.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits tk MASTER_SITES= SF diff --git a/x11/accessx/Makefile b/x11/accessx/Makefile index 2cbf41a4b118..f23c93cf59ec 100644 --- a/x11/accessx/Makefile +++ b/x11/accessx/Makefile @@ -7,7 +7,7 @@ PORTNAME= accessx PORTVERSION= 0.951 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 accessibility MASTER_SITES= http://cmos-eng.rehab.uiuc.edu/accessx/software/ DISTNAME= accessx${PORTVERSION:S/.//g} diff --git a/x11/tkXwin/Makefile b/x11/tkXwin/Makefile index 28fe9b6d44e4..ddbbba78a141 100644 --- a/x11/tkXwin/Makefile +++ b/x11/tkXwin/Makefile @@ -7,7 +7,7 @@ PORTNAME= tkXwin PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://beepcore-tcl.sourceforge.net/ EXTRACT_SUFX= .tgz |