From e76dd1c7aa3559f4d19b756ef75e82c608bb1abe Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 12 Apr 2011 15:16:15 +0000 Subject: [PATCH] - Bump PORTREVISION for devel/libmaa shlib change --- devel/paexec/Makefile | 1 + net/dictd/Makefile | 3 ++- textproc/dict/Makefile | 3 ++- textproc/dictfmt/Makefile | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/devel/paexec/Makefile b/devel/paexec/Makefile index 66f3be229502..b1378956a78c 100644 --- a/devel/paexec/Makefile +++ b/devel/paexec/Makefile @@ -7,6 +7,7 @@ PORTNAME= paexec PORTVERSION= 0.16.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net/dictd/Makefile b/net/dictd/Makefile index 9da598aece2e..385ff06a8e2f 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -8,13 +8,14 @@ PORTNAME= dictd PORTVERSION= 1.12.0 +PORTREVISION= 1 CATEGORIES+= net textproc MASTER_SITES= SF/dict/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER?= clsung@FreeBSD.org COMMENT= Dict protocol (RFC 2229) server -LIB_DEPENDS= maa.2:${PORTSDIR}/devel/libmaa +LIB_DEPENDS= maa.3:${PORTSDIR}/devel/libmaa MAN1= dictzip.1 MAN8= dictd.8 diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 07d4a03ba09a..f6c525fc6911 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -8,6 +8,7 @@ PORTNAME= dict PORTVERSION= 1.12.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}d/${PORTNAME}d-${PORTVERSION} DISTNAME= ${PORTNAME}d-${PORTVERSION} @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= Dictionary Server Protocol (RFC2229) client -LIB_DEPENDS= maa.2:${PORTSDIR}/devel/libmaa +LIB_DEPENDS= maa.3:${PORTSDIR}/devel/libmaa USE_BISON= build GNU_CONFIGURE= yes diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile index 64934937405a..4fde88bf91e6 100644 --- a/textproc/dictfmt/Makefile +++ b/textproc/dictfmt/Makefile @@ -7,6 +7,7 @@ PORTNAME= dictfmt PORTVERSION= 1.12.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION} DISTNAME= dictd-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= dictd-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= Formats a DICT protocol dictionary database -LIB_DEPENDS= maa.2:${PORTSDIR}/devel/libmaa +LIB_DEPENDS= maa.3:${PORTSDIR}/devel/libmaa USE_GMAKE= yes GNU_CONFIGURE= yes