From 2ef17bdc60d4e35e667b9be8b7710162bc8eeb9e Mon Sep 17 00:00:00 2001 From: tijl Date: Thu, 8 Dec 2016 19:52:19 +0000 Subject: 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. --- lang/gnu-cobol/Makefile | 2 +- lang/guile/Makefile | 2 +- lang/lafontaine/Makefile | 2 +- lang/libjit/Makefile | 2 +- lang/mdk/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lang') diff --git a/lang/gnu-cobol/Makefile b/lang/gnu-cobol/Makefile index d52af877c9ef..4f54dd443de1 100644 --- a/lang/gnu-cobol/Makefile +++ b/lang/gnu-cobol/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnu-cobol PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= GNU/gnucobol diff --git a/lang/guile/Makefile b/lang/guile/Makefile index f32cf9675c97..fde7aa706e51 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -4,7 +4,7 @@ PORTNAME= guile PORTVERSION= 1.8.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang scheme MASTER_SITES= GNU diff --git a/lang/lafontaine/Makefile b/lang/lafontaine/Makefile index fe40c76ea555..16d34c8bea3e 100644 --- a/lang/lafontaine/Makefile +++ b/lang/lafontaine/Makefile @@ -3,7 +3,7 @@ PORTNAME= lafontaine PORTVERSION= 0.4.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang MASTER_SITES= http://www.nongnu.org/lafontaine/archives/ DISTNAME= ${PORTNAME}_0.4-1 diff --git a/lang/libjit/Makefile b/lang/libjit/Makefile index f2701ecb9629..b5bfb8a6ea24 100644 --- a/lang/libjit/Makefile +++ b/lang/libjit/Makefile @@ -3,7 +3,7 @@ PORTNAME= libjit PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= SAVANNAH/dotgnu-pnet/libjit-releases diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index aa6cf61a98ec..50ddeb495b4a 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -3,7 +3,7 @@ PORTNAME= mdk PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang gnome MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION} -- cgit