Date: Sat, 24 Sep 2016 09:47:14 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422707 - head/devel/librelp Message-ID: <201609240947.u8O9lEfT008981@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Sat Sep 24 09:47:14 2016 New Revision: 422707 URL: https://svnweb.freebsd.org/changeset/ports/422707 Log: Update to 1.2.12 Take maintainership PR: 212954 Submitted by: jhujhiti@adjectivism.org Approved by: brd Modified: head/devel/librelp/Makefile head/devel/librelp/distinfo Modified: head/devel/librelp/Makefile ============================================================================== --- head/devel/librelp/Makefile Sat Sep 24 09:15:43 2016 (r422706) +++ head/devel/librelp/Makefile Sat Sep 24 09:47:14 2016 (r422707) @@ -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 Modified: head/devel/librelp/distinfo ============================================================================== --- head/devel/librelp/distinfo Sat Sep 24 09:15:43 2016 (r422706) +++ head/devel/librelp/distinfo Sat Sep 24 09:47:14 2016 (r422707) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609240947.u8O9lEfT008981>