aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portscout
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2011-05-15 18:10:52 +0000
committerShaun Amott <shaun@FreeBSD.org>2011-05-15 18:10:52 +0000
commit87e06911004613efe819a8e65f746cf691b88cd3 (patch)
tree5b67c551a89e32444f914dd8ca08a4b0f7e4ad78 /ports-mgmt/portscout
parent834c3d51141ad558550267bd9dca8401240e3838 (diff)
downloadports-87e06911004613efe819a8e65f746cf691b88cd3.tar.gz
ports-87e06911004613efe819a8e65f746cf691b88cd3.zip
Update to 0.8.1.
Notes
Notes: svn path=/head/; revision=274151
Diffstat (limited to 'ports-mgmt/portscout')
-rw-r--r--ports-mgmt/portscout/Makefile2
-rw-r--r--ports-mgmt/portscout/distinfo4
-rw-r--r--ports-mgmt/portscout/pkg-descr4
-rw-r--r--ports-mgmt/portscout/pkg-plist2
4 files changed, 7 insertions, 5 deletions
diff --git a/ports-mgmt/portscout/Makefile b/ports-mgmt/portscout/Makefile
index 52d2232e1fb6..4fa4b661e0de 100644
--- a/ports-mgmt/portscout/Makefile
+++ b/ports-mgmt/portscout/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portscout
-PORTVERSION= 0.8
+PORTVERSION= 0.8.1
CATEGORIES= ports-mgmt
MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \
http://www.atarininja.org/~wxs/distfiles/ \
diff --git a/ports-mgmt/portscout/distinfo b/ports-mgmt/portscout/distinfo
index dc6b36e920d9..8604898a5d66 100644
--- a/ports-mgmt/portscout/distinfo
+++ b/ports-mgmt/portscout/distinfo
@@ -1,2 +1,2 @@
-SHA256 (portscout-0.8.tar.gz) = a8ac91132e038691418448bf8984cf113eb759ad772ff9bdb1a9ac6f0b4342d3
-SIZE (portscout-0.8.tar.gz) = 52847
+SHA256 (portscout-0.8.1.tar.gz) = fec03f53a64e44e44debbbebe985e61f8603729145899c152286ecd5effe8b65
+SIZE (portscout-0.8.1.tar.gz) = 56079
diff --git a/ports-mgmt/portscout/pkg-descr b/ports-mgmt/portscout/pkg-descr
index fd322551511c..198a123f3934 100644
--- a/ports-mgmt/portscout/pkg-descr
+++ b/ports-mgmt/portscout/pkg-descr
@@ -1,4 +1,4 @@
-portscout is a tool which looks for new versions of software in the
+Portscout is a tool which looks for new versions of software in the
FreeBSD ports tree, and potentially other software repositories. It
is also possible to provide an arbitrary list of software in a simple
XML format.
@@ -7,7 +7,7 @@ Various factors make this task a bit more difficult than it might
initially seem. In particular, the array of weird and wonderful
versioning schemes software vendors manage to come up with.
-portscout spawns several child processes and does its version checking
+Portscout spawns several child processes and does its version checking
in parallel, while attempting to best-guess strange-looking version
numbers, navigate around unhelpful sites and web servers, and contend
with the CPU-heavy rapidly-expanding FreeBSD ports system.
diff --git a/ports-mgmt/portscout/pkg-plist b/ports-mgmt/portscout/pkg-plist
index 5a33672ff8f4..f07afed5a886 100644
--- a/ports-mgmt/portscout/pkg-plist
+++ b/ports-mgmt/portscout/pkg-plist
@@ -11,8 +11,10 @@ etc/portscout.conf.sample
%%DATADIR%%/sql/pgsql_upgrade_0.7.1_to_0.7.2.sql
%%DATADIR%%/sql/pgsql_upgrade_0.7.3_to_0.7.4.sql
%%DATADIR%%/sql/pgsql_upgrade_0.7.4_to_0.8.sql
+%%DATADIR%%/sql/pgsql_upgrade_0.8_to_0.8.1.sql
%%DATADIR%%/sql/sqlite_init.sql
%%DATADIR%%/sql/sqlite_destroy.sql
+%%DATADIR%%/sql/sqlite_upgrade_0.8_to_0.8.1.sql
%%SITE_PERL%%/Portscout/SQL/SQLite.pm
%%SITE_PERL%%/Portscout/SQL/Pg.pm
%%SITE_PERL%%/Portscout/SiteHandler/SourceForge.pm