Date: Wed, 13 Mar 2013 00:34:15 -0700 (PDT) From: Craig Leres <leres@ee.lbl.gov> To: FreeBSD-gnats-submit@freebsd.org Cc: leres@ee.lbl.gov Subject: ports/176907: [PATCH] sysutils/syslog-ng2 restore PKGNAMESUFFIX Message-ID: <201303130734.r2D7YFno074756@fun.ee.lbl.gov> Resent-Message-ID: <201303130740.r2D7e0IG034514@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176907 >Category: ports >Synopsis: [PATCH] sysutils/syslog-ng2 restore PKGNAMESUFFIX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 13 07:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 8.2-RELEASE-p9 amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: System: FreeBSD bob2.lbl.gov 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 23:00:11 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: SVN r312532 changed PKGNAMESUFFIX from 2 to 3 changing the name to syslog-ng3 but PORTVERSION is still 2.0.10. >How-To-Repeat: % pkg_info | fgrep syslog-ng syslog-ng3-2.0.10 A powerful syslogd replacement >Fix: Change PKGNAMESUFFIX back to 2; see attached patch. --- patch.txt begins here --- --- Makefile.orig 2013-02-18 23:09:00.000000000 -0800 +++ Makefile 2013-03-13 00:25:36.000000000 -0700 @@ -4,9 +4,10 @@ PORTNAME= syslog-ng PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/ -PKGNAMESUFFIX= 3 +PKGNAMESUFFIX= 2 MAINTAINER= ivan.lago@ifom.eu COMMENT= A powerful syslogd replacement --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303130734.r2D7YFno074756>