diff options
author | matthew <matthew@FreeBSD.org> | 2016-09-24 17:47:14 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2016-09-24 17:47:14 +0800 |
commit | 2004b49cf62257c03485f0fcac146964175d245d (patch) | |
tree | 7d24760e02ad0a2154d2678e82826a05943cefea /devel | |
parent | b6583a7e78f3adfe3dc131ffaacb58d360b51c46 (diff) | |
download | freebsd-ports-gnome-2004b49cf62257c03485f0fcac146964175d245d.tar.gz freebsd-ports-gnome-2004b49cf62257c03485f0fcac146964175d245d.tar.zst freebsd-ports-gnome-2004b49cf62257c03485f0fcac146964175d245d.zip |
Update to 1.2.12
Take maintainership
PR: 212954
Submitted by: jhujhiti@adjectivism.org
Approved by: brd
Diffstat (limited to 'devel')
-rw-r--r-- | devel/librelp/Makefile | 6 | ||||
-rw-r--r-- | devel/librelp/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/librelp/Makefile b/devel/librelp/Makefile index a0f5a12bdaa5..958b2d42be3b 100644 --- a/devel/librelp/Makefile +++ b/devel/librelp/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= librelp -PORTVERSION= 1.2.11 +PORTVERSION= 1.2.12 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/librelp/ -MAINTAINER= brd@FreeBSD.org +MAINTAINER= matthew@FreeBSD.org COMMENT= Reliable event logging protocol library LIB_DEPENDS= libgnutls.so:security/gnutls @@ -19,7 +19,7 @@ INSTALL_TARGET= install-strip PLIST_FILES= include/${PORTNAME}.h \ lib/${PORTNAME}.a \ lib/${PORTNAME}.so lib/${PORTNAME}.so.0 \ - lib/${PORTNAME}.so.0.1.0 \ + lib/${PORTNAME}.so.0.2.0 \ libdata/pkgconfig/relp.pc PORT_VERBS= relp diff --git a/devel/librelp/distinfo b/devel/librelp/distinfo index 669f6d935c1a..5c54411e58d0 100644 --- a/devel/librelp/distinfo +++ b/devel/librelp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466694710 -SHA256 (librelp-1.2.11.tar.gz) = 84de48f46caba0106d8853af572aa7b625c82dfbcf5f7cd13d2e57cce786e929 -SIZE (librelp-1.2.11.tar.gz) = 437328 +TIMESTAMP = 1474681049 +SHA256 (librelp-1.2.12.tar.gz) = 0355730524f7b20bed1b85697296b6ce57ac593ddc8dddcdca263da71dee7bd7 +SIZE (librelp-1.2.12.tar.gz) = 437945 |