diff options
author | zi <zi@FreeBSD.org> | 2017-07-18 06:54:17 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2017-07-18 06:54:17 +0800 |
commit | a4ca5e1c63321e401eab9b81f4cf7ccf1d2a82d1 (patch) | |
tree | b3cf23f30c44093118d535d18d50cf08e1adbd1f /ports-mgmt | |
parent | 87c6ec3e6ae7a8fa9d40d03066bc92d550f5292d (diff) | |
download | freebsd-ports-gnome-a4ca5e1c63321e401eab9b81f4cf7ccf1d2a82d1.tar.gz freebsd-ports-gnome-a4ca5e1c63321e401eab9b81f4cf7ccf1d2a82d1.tar.zst freebsd-ports-gnome-a4ca5e1c63321e401eab9b81f4cf7ccf1d2a82d1.zip |
- Add missing dependency for rss.cgi (CGI.pm was removed in perl 5.22)
- Bump PORTREVISION
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portscout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/portscout/Makefile b/ports-mgmt/portscout/Makefile index 85192d40ad68..b628fa689909 100644 --- a/ports-mgmt/portscout/Makefile +++ b/ports-mgmt/portscout/Makefile @@ -3,7 +3,7 @@ PORTNAME= portscout PORTVERSION= 0.8.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= ports-mgmt MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ http://www.atarininja.org/~wxs/distfiles/ \ @@ -15,6 +15,7 @@ COMMENT= Tool to scan for new versions of FreeBSD ports LICENSE= BSD2CLAUSE RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ + p5-CGI>=0:www/p5-CGI \ p5-Proc-Queue>=0:devel/p5-Proc-Queue \ p5-URI>=0:net/p5-URI \ p5-XML-XPath>=0:textproc/p5-XML-XPath \ |