diff options
-rw-r--r-- | devel/librelp/Makefile | 4 | ||||
-rw-r--r-- | devel/librelp/distinfo | 4 | ||||
-rw-r--r-- | sysutils/rsyslog6-relp/Makefile | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/devel/librelp/Makefile b/devel/librelp/Makefile index 0368c8d619fa..da97cdc2794a 100644 --- a/devel/librelp/Makefile +++ b/devel/librelp/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= librelp -PORTVERSION= 1.0.7 +PORTVERSION= 1.2.0 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/librelp/ MAINTAINER= brd@FreeBSD.org COMMENT= Reliable event logging protocol library +LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls + USES= pathfix pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes diff --git a/devel/librelp/distinfo b/devel/librelp/distinfo index a7701cdb7f3b..6bd03e649449 100644 --- a/devel/librelp/distinfo +++ b/devel/librelp/distinfo @@ -1,2 +1,2 @@ -SHA256 (librelp-1.0.7.tar.gz) = 615df51cbbd6e62ed3900e1934e79c2ac02b533c01de20d28009968e54e93779 -SIZE (librelp-1.0.7.tar.gz) = 379704 +SHA256 (librelp-1.2.0.tar.gz) = 5a8870fd2ae496be08d100ef8a65807311f11d6976ed37b8e0cd8024872c31e5 +SIZE (librelp-1.2.0.tar.gz) = 406527 diff --git a/sysutils/rsyslog6-relp/Makefile b/sysutils/rsyslog6-relp/Makefile index cd2275da2028..095ad9185f45 100644 --- a/sysutils/rsyslog6-relp/Makefile +++ b/sysutils/rsyslog6-relp/Makefile @@ -1,11 +1,13 @@ # Created by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> # $FreeBSD$ +PORTREVISION= 1 + COMMENT= RELP input/output module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6 MNAME= relp -LIB_DEPENDS= relp.0:${PORTSDIR}/devel/librelp +LIB_DEPENDS= librelp.so:${PORTSDIR}/devel/librelp USES= pkgconfig |