Date: Sun, 13 Oct 2019 16:05:47 +0000 (UTC) From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514407 - in head/sysutils: sanoid sanoid-devel Message-ID: <201910131605.x9DG5lh0070991@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigo Date: Sun Oct 13 16:05:47 2019 New Revision: 514407 URL: https://svnweb.freebsd.org/changeset/ports/514407 Log: Remove ${LOCALBASE}/bin in RUN_DEPENDS Bump PORTREVISION Modified: head/sysutils/sanoid-devel/Makefile head/sysutils/sanoid/Makefile Modified: head/sysutils/sanoid-devel/Makefile ============================================================================== --- head/sysutils/sanoid-devel/Makefile Sun Oct 13 16:02:00 2019 (r514406) +++ head/sysutils/sanoid-devel/Makefile Sun Oct 13 16:05:47 2019 (r514407) @@ -2,7 +2,7 @@ PORTNAME= sanoid PORTVERSION= 1.0.0.20190619 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -12,9 +12,9 @@ COMMENT= Policy-driven snapshot management and replica LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${LOCALBASE}/bin/lzop:archivers/lzop \ - ${LOCALBASE}/bin/mbuffer:misc/mbuffer \ - ${LOCALBASE}/bin/pv:sysutils/pv \ +RUN_DEPENDS= lzop:archivers/lzop \ + mbuffer:misc/mbuffer \ + pv:sysutils/pv \ p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ p5-Config-IniFiles>=0:devel/p5-Config-IniFiles Modified: head/sysutils/sanoid/Makefile ============================================================================== --- head/sysutils/sanoid/Makefile Sun Oct 13 16:02:00 2019 (r514406) +++ head/sysutils/sanoid/Makefile Sun Oct 13 16:05:47 2019 (r514407) @@ -3,7 +3,7 @@ PORTNAME= sanoid DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= hartzell@alerce.com @@ -12,9 +12,9 @@ COMMENT= Policy-driven snapshot management and replica LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${LOCALBASE}/bin/lzop:archivers/lzop \ - ${LOCALBASE}/bin/mbuffer:misc/mbuffer \ - ${LOCALBASE}/bin/pv:sysutils/pv \ +RUN_DEPENDS= lzop:archivers/lzop \ + mbuffer:misc/mbuffer \ + pv:sysutils/pv \ p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ p5-Config-IniFiles>=0:devel/p5-Config-IniFiles
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910131605.x9DG5lh0070991>