diff options
author | beech <beech@FreeBSD.org> | 2008-03-11 02:43:47 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-03-11 02:43:47 +0800 |
commit | 368381154f93d49390e7934b446ea25dd9f6342a (patch) | |
tree | 1d5f71c4003c471836e462f1616428bba44e85ee /devel/p5-SVN-Notify-Config/Makefile | |
parent | bf31bfeccf34da7f1ce746c5e47c1f98d84d8d8f (diff) | |
download | freebsd-ports-gnome-368381154f93d49390e7934b446ea25dd9f6342a.tar.gz freebsd-ports-gnome-368381154f93d49390e7934b446ea25dd9f6342a.tar.zst freebsd-ports-gnome-368381154f93d49390e7934b446ea25dd9f6342a.zip |
- Update to 0.0911
- Add missing depend
PR: ports/121560
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Reported by: pointyhat via pav
Diffstat (limited to 'devel/p5-SVN-Notify-Config/Makefile')
-rw-r--r-- | devel/p5-SVN-Notify-Config/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-SVN-Notify-Config/Makefile b/devel/p5-SVN-Notify-Config/Makefile index cb7bf22848d2..98b85214da5f 100644 --- a/devel/p5-SVN-Notify-Config/Makefile +++ b/devel/p5-SVN-Notify-Config/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SVN-Notify-Config -PORTVERSION= 0.091 +PORTVERSION= 0.0911 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= glarkin@sourcehosting.net COMMENT= Perl module for config-driven Subversion notification -RUN_DEPENDS= p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \ +RUN_DEPENDS= ${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion \ + p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \ p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML BUILD_DEPENDS= p5-Test-Deep>=0.1:${PORTSDIR}/devel/p5-Test-Deep \ ${RUN_DEPENDS} |