aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2014-07-11 21:50:50 +0000
committerTim Bishop <tdb@FreeBSD.org>2014-07-11 21:50:50 +0000
commit469ab7f8ac2afd712682562c0de60be68838576c (patch)
treeb8a89d096fcd5c7ea8e9590e5542483493da37fd
parentd236270bf75a131a793b5fe2bd276c9f5d4d40f0 (diff)
downloadports-469ab7f8ac2afd712682562c0de60be68838576c.tar.gz
ports-469ab7f8ac2afd712682562c0de60be68838576c.zip
Notes
-rw-r--r--devel/libstatgrab/Makefile4
-rw-r--r--devel/libstatgrab/distinfo4
-rw-r--r--devel/libstatgrab/files/patch-configure11
-rw-r--r--devel/libstatgrab/pkg-plist11
-rw-r--r--devel/p5-Unix-Statgrab/Makefile1
-rw-r--r--net-mgmt/bwm-ng/Makefile2
-rw-r--r--net-mgmt/collectd/Makefile2
-rw-r--r--net-mgmt/collectd5/Makefile2
-rw-r--r--sysutils/freecolor/Makefile1
-rw-r--r--sysutils/swapd/Makefile1
10 files changed, 19 insertions, 20 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile
index 0e42e473dab8..9d0626f9aca1 100644
--- a/devel/libstatgrab/Makefile
+++ b/devel/libstatgrab/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libstatgrab
-PORTVERSION= 0.90
+PORTVERSION= 0.91
CATEGORIES= devel
MASTER_SITES= http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \
http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libstatgrab/ \
@@ -15,7 +15,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USES= pathfix pkgconfig libtool
-CONFIGURE_ARGS= --disable-examples
+CONFIGURE_ARGS+= --docdir=${DOCSDIR}
OPTIONS_DEFINE= TOOLS
OPTIONS_DEFAULT= TOOLS
diff --git a/devel/libstatgrab/distinfo b/devel/libstatgrab/distinfo
index 3f2f50d3018c..1d8562ca3a31 100644
--- a/devel/libstatgrab/distinfo
+++ b/devel/libstatgrab/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libstatgrab-0.90.tar.gz) = f614daf8d79bc3466ce62e871ed674f4fb549e26c8b3273fd53ba35a37b2cd70
-SIZE (libstatgrab-0.90.tar.gz) = 755785
+SHA256 (libstatgrab-0.91.tar.gz) = 03e9328e4857c2c9dcc1b0347724ae4cd741a72ee11acc991784e8ef45b7f1ab
+SIZE (libstatgrab-0.91.tar.gz) = 776046
diff --git a/devel/libstatgrab/files/patch-configure b/devel/libstatgrab/files/patch-configure
deleted file mode 100644
index 911aa429a8c4..000000000000
--- a/devel/libstatgrab/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./configure.orig 2013-11-22 17:43:59.703104875 +0000
-+++ ./configure 2013-11-22 17:45:20.136104432 +0000
-@@ -10874,7 +10874,7 @@
- $as_echo "#define FREEBSD /**/" >>confdefs.h
-
- ;; #(
-- freebsd[5-9].*|freebsd10.*) :
-+ freebsd[5-9].*|freebsd1[0-9].*) :
-
-
- $as_echo "#define FREEBSD /**/" >>confdefs.h
diff --git a/devel/libstatgrab/pkg-plist b/devel/libstatgrab/pkg-plist
index a701ad7d1e20..c6f146634ef7 100644
--- a/devel/libstatgrab/pkg-plist
+++ b/devel/libstatgrab/pkg-plist
@@ -5,8 +5,8 @@
include/statgrab.h
lib/libstatgrab.a
lib/libstatgrab.so
-lib/libstatgrab.so.9
-lib/libstatgrab.so.9.0.0
+lib/libstatgrab.so.10
+lib/libstatgrab.so.10.0.0
libdata/pkgconfig/libstatgrab.pc
%%TOOLS%%man/man1/saidar.1.gz
%%TOOLS%%man/man1/statgrab-make-mrtg-config.1.gz
@@ -115,3 +115,10 @@ man/man3/sg_vector_create.3.gz
man/man3/sg_vector_free.3.gz
man/man3/sg_vector_resize.3.gz
man/man3/statgrab.3.gz
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/COPYING.LGPL
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/PLATFORMS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/devel/p5-Unix-Statgrab/Makefile b/devel/p5-Unix-Statgrab/Makefile
index 6c0e400adddf..edc317de1162 100644
--- a/devel/p5-Unix-Statgrab/Makefile
+++ b/devel/p5-Unix-Statgrab/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Unix-Statgrab
PORTVERSION= 0.104
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/net-mgmt/bwm-ng/Makefile b/net-mgmt/bwm-ng/Makefile
index bd590e4cdbc3..c7408d26aa9f 100644
--- a/net-mgmt/bwm-ng/Makefile
+++ b/net-mgmt/bwm-ng/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bwm-ng
PORTVERSION= 0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= http://www.gropp.org/bwm-ng/
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile
index 65d9bac9f515..65f3d208de1e 100644
--- a/net-mgmt/collectd/Makefile
+++ b/net-mgmt/collectd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= collectd
PORTVERSION= 4.10.9
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= net-mgmt
MASTER_SITES= http://collectd.org/files/
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile
index dd1cdbf2b955..8681e01c4508 100644
--- a/net-mgmt/collectd5/Makefile
+++ b/net-mgmt/collectd5/Makefile
@@ -3,7 +3,7 @@
PORTNAME= collectd
PORTVERSION= 5.4.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-mgmt
MASTER_SITES= http://collectd.org/files/
PKGNAMESUFFIX= 5
diff --git a/sysutils/freecolor/Makefile b/sysutils/freecolor/Makefile
index b5357540b0fe..673eb9350c95 100644
--- a/sysutils/freecolor/Makefile
+++ b/sysutils/freecolor/Makefile
@@ -3,6 +3,7 @@
PORTNAME= freecolor
PORTVERSION= 0.9.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rkeene.org/files/oss/freecolor/
diff --git a/sysutils/swapd/Makefile b/sysutils/swapd/Makefile
index c1285b7da75d..2e2a0cba6c0a 100644
--- a/sysutils/swapd/Makefile
+++ b/sysutils/swapd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= swapd
PORTVERSION= 1.0.5
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rkeene.org/files/oss/swapd/