diff options
author | Brad Davis <brd@FreeBSD.org> | 2014-05-15 23:40:22 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2014-05-15 23:40:22 +0000 |
commit | 821f22db1dcb6443dd4de9a73f0d8b3266928127 (patch) | |
tree | 1e934f417840d569b8b87f60f1448fd406aac3ae | |
parent | abe34b688ce46dda021b4b1021eab74be485b778 (diff) |
Notes
-rw-r--r-- | devel/libestr/Makefile | 2 | ||||
-rw-r--r-- | devel/libestr/distinfo | 4 | ||||
-rw-r--r-- | devel/liblogging/Makefile | 6 | ||||
-rw-r--r-- | devel/liblogging/distinfo | 4 | ||||
-rw-r--r-- | devel/liblogging/pkg-plist | 3 | ||||
-rw-r--r-- | sysutils/rsyslog7/Makefile | 2 | ||||
-rw-r--r-- | sysutils/rsyslog7/distinfo | 4 |
7 files changed, 15 insertions, 10 deletions
diff --git a/devel/libestr/Makefile b/devel/libestr/Makefile index fd5744151dd2..93401f04142a 100644 --- a/devel/libestr/Makefile +++ b/devel/libestr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libestr -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.9 CATEGORIES= devel MASTER_SITES= http://libestr.adiscon.com/files/download/ diff --git a/devel/libestr/distinfo b/devel/libestr/distinfo index b13c8c43c0f2..c50cd3271b62 100644 --- a/devel/libestr/distinfo +++ b/devel/libestr/distinfo @@ -1,2 +1,2 @@ -SHA256 (libestr-0.1.8.tar.gz) = ce18565af57adc219799fe1659baaa70f58f169795882d770a7a2fe8ca8a6615 -SIZE (libestr-0.1.8.tar.gz) = 330032 +SHA256 (libestr-0.1.9.tar.gz) = 822c6e2d01eaca1e72201f403a2ca01f3e86410b880e508e5204e3c2694d751a +SIZE (libestr-0.1.9.tar.gz) = 330114 diff --git a/devel/liblogging/Makefile b/devel/liblogging/Makefile index 4eb711b315e6..248a4da09d28 100644 --- a/devel/liblogging/Makefile +++ b/devel/liblogging/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liblogging -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.4 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/liblogging/ @@ -13,7 +13,9 @@ COMMENT= Easy to use system logging library LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes -USES= libtool:keepla pathfix +USES= libtool:keepla pathfix pkgconfig + +CONFIGURE_ARGS+= --disable-journal post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-stdlog.so.0.0.0 diff --git a/devel/liblogging/distinfo b/devel/liblogging/distinfo index 1fce7e3e54b4..0eb0ca2c1b81 100644 --- a/devel/liblogging/distinfo +++ b/devel/liblogging/distinfo @@ -1,2 +1,2 @@ -SHA256 (liblogging-1.0.1.tar.gz) = 99d09101cc3c22e2388fe2a817bb1c6f5fe2275623aadb94a49d1c2259102bfa -SIZE (liblogging-1.0.1.tar.gz) = 524168 +SHA256 (liblogging-1.0.4.tar.gz) = aceb5d2aa8bdc771ff66f407f9adf4176b654db63e34a8605795b68be537b81c +SIZE (liblogging-1.0.4.tar.gz) = 565078 diff --git a/devel/liblogging/pkg-plist b/devel/liblogging/pkg-plist index ab6a8c85fa07..0c0148bd2f0c 100644 --- a/devel/liblogging/pkg-plist +++ b/devel/liblogging/pkg-plist @@ -1,3 +1,4 @@ +bin/stdlogctl include/liblogging/stdlog.h lib/liblogging-stdlog.a lib/liblogging-stdlog.la @@ -5,4 +6,6 @@ lib/liblogging-stdlog.so lib/liblogging-stdlog.so.0 lib/liblogging-stdlog.so.0.0.0 libdata/pkgconfig/liblogging-stdlog.pc +man/man1/stdlogctl.1.gz +man/man3/stdlog.3.gz @dirrm include/liblogging diff --git a/sysutils/rsyslog7/Makefile b/sysutils/rsyslog7/Makefile index 88e2de537040..60d2e08ca6ae 100644 --- a/sysutils/rsyslog7/Makefile +++ b/sysutils/rsyslog7/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 7.6.0 +PORTVERSION= 7.6.3 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ diff --git a/sysutils/rsyslog7/distinfo b/sysutils/rsyslog7/distinfo index 9fee23d629df..4b25d3db047d 100644 --- a/sysutils/rsyslog7/distinfo +++ b/sysutils/rsyslog7/distinfo @@ -1,2 +1,2 @@ -SHA256 (rsyslog-7.6.0.tar.gz) = c40da756369dbb560b26f5baab5bdbdf25f728c74c32e9ae28a1888f376020a0 -SIZE (rsyslog-7.6.0.tar.gz) = 2601253 +SHA256 (rsyslog-7.6.3.tar.gz) = 013359035f8b6e5a4328edaffbda1120974accaba36ddc5de66a582fa588f5ec +SIZE (rsyslog-7.6.3.tar.gz) = 3052448 |