From owner-dev-commits-ports-all@freebsd.org Sat Jun 12 07:43:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 06C9F6463E1; Sat, 12 Jun 2021 07:43:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G28pf6p1hz4SKr; Sat, 12 Jun 2021 07:43:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D18DF2909; Sat, 12 Jun 2021 07:43:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15C7hcoc020289; Sat, 12 Jun 2021 07:43:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15C7hcT5020288; Sat, 12 Jun 2021 07:43:38 GMT (envelope-from git) Date: Sat, 12 Jun 2021 07:43:38 GMT Message-Id: <202106120743.15C7hcT5020288@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: c6482faef438 - main - news/inn-current: Lower case port name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c6482faef43824abe71edc71f850cc38fa25b78b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2021 07:43:39 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6482faef43824abe71edc71f850cc38fa25b78b commit c6482faef43824abe71edc71f850cc38fa25b78b Author: Kevin Bowling AuthorDate: 2021-06-12 07:24:11 +0000 Commit: Kevin Bowling CommitDate: 2021-06-12 07:29:31 +0000 news/inn-current: Lower case port name Requested by: sunpoet --- MOVED | 1 - news/Makefile | 2 +- news/cleanfeed/Makefile | 6 +++--- news/{inn-CURRENT => inn-current}/Makefile | 4 ++-- news/{inn-CURRENT => inn-current}/distinfo | 0 news/{inn-CURRENT => inn-current}/pkg-descr | 0 news/inn/Makefile | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/MOVED b/MOVED index 80d7021cc8b4..fe7de0f8fc35 100644 --- a/MOVED +++ b/MOVED @@ -676,7 +676,6 @@ net-im/ocaml-jabbr||2009-06-13|Removed net-mgmt/nav||2009-06-13|Removed net/evolution-rss||2009-06-13|Removed net/openpbx.org||2009-06-13|Removed -news/inn-current||2009-06-13|Removed science/elmerfront||2009-06-13|Removed science/openfoam||2009-06-13|Removed www/cacheboy||2009-06-13|Removed diff --git a/news/Makefile b/news/Makefile index 426ae13f536a..386f8d9c5c1b 100644 --- a/news/Makefile +++ b/news/Makefile @@ -21,7 +21,7 @@ SUBDIR += husky-sqpack SUBDIR += ifmail SUBDIR += inn - SUBDIR += inn-CURRENT + SUBDIR += inn-current SUBDIR += knews SUBDIR += leafnode SUBDIR += lusernet diff --git a/news/cleanfeed/Makefile b/news/cleanfeed/Makefile index 214a0583d635..57b0cd4a50c6 100644 --- a/news/cleanfeed/Makefile +++ b/news/cleanfeed/Makefile @@ -14,12 +14,12 @@ COMMENT= Spam filter for Usenet news servers FLAVORS= inn inncurrent FLAVOR?= ${FLAVORS:[1]} -inn_CONFLICTS_INSTALL= cleanfeed-CURRENT +inn_CONFLICTS_INSTALL= cleanfeed-current inn_RUN_DEPENDS= ${LOCALBASE}/news/bin/innd:news/inn -inncurrent_PKGNAMESUFFIX= -CURRENT +inncurrent_PKGNAMESUFFIX= -current inncurrent_CONFLICTS_INSTALL= cleanfeed -inncurrent_RUN_DEPENDS= ${LOCALBASE}/news/bin/innd:news/inn-CURRENT +inncurrent_RUN_DEPENDS= ${LOCALBASE}/news/bin/innd:news/inn-current NO_ARCH= yes NO_BUILD= yes diff --git a/news/inn-CURRENT/Makefile b/news/inn-current/Makefile similarity index 85% rename from news/inn-CURRENT/Makefile rename to news/inn-current/Makefile index aed70c2ddbad..87148b7ae20d 100644 --- a/news/inn-CURRENT/Makefile +++ b/news/inn-current/Makefile @@ -1,9 +1,9 @@ # Created by: kbowling -PORTNAME= inn-CURRENT +PORTNAME= inn-current PORTVERSION= ${SNAPSHOT} MASTER_SITE_SUBDIR= inn/snapshots -DISTNAME= ${PORTNAME}-${SNAPSHOT} +DISTNAME= inn-${BRANCH}-${SNAPSHOT} BRANCH= CURRENT SNAPSHOT= 20210610 diff --git a/news/inn-CURRENT/distinfo b/news/inn-current/distinfo similarity index 100% rename from news/inn-CURRENT/distinfo rename to news/inn-current/distinfo diff --git a/news/inn-CURRENT/pkg-descr b/news/inn-current/pkg-descr similarity index 100% rename from news/inn-CURRENT/pkg-descr rename to news/inn-current/pkg-descr diff --git a/news/inn/Makefile b/news/inn/Makefile index 6d4c5e0d7110..0ca43367ff6e 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -21,7 +21,7 @@ SUB_FILES= pkg-install USES= cpe gmake libtool perl5 uidfix CPE_VENDOR= isc -CONFLICTS?= inn-CURRENT-[0-9]* +CONFLICTS?= inn-current-[0-9]* OPTIONS_DEFINE= BERKELEYDB GNUPG KERBEROS PYTHON SASL KEYWORDS \ LARGE_FILES OPENSSL SETGID_INEWS TAGGED_HASH \