Date: Thu, 5 Oct 2017 06:22:21 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451268 - in head/sysutils: syslog-ng36 syslog-ng37 Message-ID: <201710050622.v956ML9N086505@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Oct 5 06:22:21 2017 New Revision: 451268 URL: https://svnweb.freebsd.org/changeset/ports/451268 Log: Move PKGNAMESUFFIX determination logic to a more appropriate place in the Makefile. Modified: head/sysutils/syslog-ng36/Makefile (contents, props changed) head/sysutils/syslog-ng37/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng36/Makefile ============================================================================== --- head/sysutils/syslog-ng36/Makefile Thu Oct 5 06:22:17 2017 (r451267) +++ head/sysutils/syslog-ng36/Makefile Thu Oct 5 06:22:21 2017 (r451268) @@ -4,12 +4,13 @@ PORTNAME= syslog-ng DISTVERSION= 3.6.4 PORTREVISION= 1 -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 36 -.endif CATEGORIES= sysutils MASTER_SITES= https://github.com/balabit/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/ \ http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/${DISTVERSION}/source/ \ + +.if !defined(MASTERDIR) +PKGNAMESUFFIX= 36 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement Modified: head/sysutils/syslog-ng37/Makefile ============================================================================== --- head/sysutils/syslog-ng37/Makefile Thu Oct 5 06:22:17 2017 (r451267) +++ head/sysutils/syslog-ng37/Makefile Thu Oct 5 06:22:21 2017 (r451268) @@ -4,13 +4,14 @@ PORTNAME= syslog-ng PORTVERSION= 3.7.3 PORTREVISION= 7 -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 37 -.endif CATEGORIES= sysutils #MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ DISTNAME= syslog-ng-${DISTVERSION}_with_man MASTER_SITES= http://peter.czanik.hu/freebsd/ + +.if !defined(MASTERDIR) +PKGNAMESUFFIX= 37 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710050622.v956ML9N086505>