diff options
author | rm <rm@FreeBSD.org> | 2012-01-26 01:43:28 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-01-26 01:43:28 +0800 |
commit | f3c53e0944f84e004c69fd37bf3206d7fe91cf71 (patch) | |
tree | b6302855abaf62c193ada201b460a77f2b1e3acf /mail/assp/Makefile | |
parent | 8d4ff10244e4543d50fbf961ee7d560694690824 (diff) | |
download | freebsd-ports-gnome-f3c53e0944f84e004c69fd37bf3206d7fe91cf71.tar.gz freebsd-ports-gnome-f3c53e0944f84e004c69fd37bf3206d7fe91cf71.tar.zst freebsd-ports-gnome-f3c53e0944f84e004c69fd37bf3206d7fe91cf71.zip |
- update to 1.9.2.7
PR: 164451
Submitted by: Rusty Nejdl <rnejdl at ringofsaturn dot com> (maintainer)
Diffstat (limited to 'mail/assp/Makefile')
-rw-r--r-- | mail/assp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile index 280ebf53e0da..e59d3e1acd24 100644 --- a/mail/assp/Makefile +++ b/mail/assp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= assp -PORTVERSION= 1.9.1.9 -PORTREVISION= 1 +PORTVERSION= 1.9.2.7 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.ringofsaturn.com/distfiles/ @@ -63,7 +62,7 @@ SUB_LIST+= RC_SCRIPT=${RC_SCRIPT} RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS+= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ - p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser + ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser .if !defined(WITHOUT_EMVALID) RUN_DEPENDS+= ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid |