diff options
-rw-r--r-- | lang/tcl82/Makefile | 2 | ||||
-rw-r--r-- | lang/tcl83/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk82/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk83/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index ed29bf590404..975c02081cd8 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Tool Command Language -PORTSCOUT= skipv:8.2b1,8.2b2,8.2b3 +PORTSCOUT= limit:^8\.2\. LATEST_LINK= tcl82 WRKSRC= ${WRKDIR}/${DISTNAME}/unix diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 36aa2be1a287..5df404581019 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= dinoex@FreeBSD.org COMMENT= Tool Command Language -PORTSCOUT= skipv:8.3b1,8.3b2,8.4.0 +PORTSCOUT= limit:^8\.3\. LATEST_LINK= tcl83 PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 22d46d3b4722..705ca7c12e02 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -19,7 +19,7 @@ COMMENT= Graphical toolkit for TCL USE_TCL= 82 USE_TCL_BUILD= 82 -PORTSCOUT= skipv:8.2b1,8.2b2,8.2b3 +PORTSCOUT= limit:^8\.2\. LATEST_LINK= tk82 USE_XORG= x11 diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index f6b9e29fe473..f998b36f4906 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -19,7 +19,7 @@ COMMENT= Graphical toolkit for TCL USE_TCL= 83 USE_TCL_BUILD= 83 -PORTSCOUT= skipv:8.3b1,8.3b2,8.4.0 +PORTSCOUT= limit:^8\.3\. LATEST_LINK= tk83 USE_XORG= x11 |