diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-30 14:00:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-30 14:00:28 +0800 |
commit | c976a54e3165058674737062421c1791290e2990 (patch) | |
tree | 727dd3fd2d8b1c0d140fbed196a62bfcd5b8fd51 /mail/p5-Mail-CClient | |
parent | 3954a8637ddd73d0f127407ae33c386187fa5c34 (diff) | |
download | freebsd-ports-gnome-c976a54e3165058674737062421c1791290e2990.tar.gz freebsd-ports-gnome-c976a54e3165058674737062421c1791290e2990.tar.zst freebsd-ports-gnome-c976a54e3165058674737062421c1791290e2990.zip |
Chase mail/cclient shared library version bump.
Several patches were needed due to the removal of
include/c-client/linkage.c in favour of include/c-client/linkage.h.
PR: ports/114833
Submitted by: "Pedro J. Lobo" <pjlobo@sec.upm.es>
Diffstat (limited to 'mail/p5-Mail-CClient')
-rw-r--r-- | mail/p5-Mail-CClient/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/p5-Mail-CClient/Makefile b/mail/p5-Mail-CClient/Makefile index 180ef3c7733a..b4896ccf2a31 100644 --- a/mail/p5-Mail-CClient/Makefile +++ b/mail/p5-Mail-CClient/Makefile @@ -7,6 +7,7 @@ PORTNAME= CClient PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail/HDIAS @@ -14,9 +15,9 @@ PKGNAMEPREFIX= p5- DISTNAME= Mail-Cclient-${PORTVERSION} MAINTAINER= mat@FreeBSD.org -COMMENT= Perl interface to the c-client mailbox API +COMMENT= Perl interface to the c-client mailbox API -LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient +LIB_DEPENDS= c-client4.9:${PORTSDIR}/mail/cclient PERL_CONFIGURE= yes CONFIGURE_ARGS= --cclient_dir=${LOCALBASE} \ |