From owner-svn-ports-head@freebsd.org Mon Feb 10 10:06:33 2020 Return-Path: Delivered-To: svn-ports-head@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 CC9E02348EB; Mon, 10 Feb 2020 10:06:33 +0000 (UTC) (envelope-from danfe@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48GM4n51bZz4GQB; Mon, 10 Feb 2020 10:06:33 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2E211D6B8; Mon, 10 Feb 2020 10:06:33 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01AA6X18002474; Mon, 10 Feb 2020 10:06:33 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01AA6WJW002469; Mon, 10 Feb 2020 10:06:32 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202002101006.01AA6WJW002469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 10 Feb 2020 10:06:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525698 - in head/net-p2p: eiskaltdcpp-cli eiskaltdcpp-daemon eiskaltdcpp-data eiskaltdcpp-gtk eiskaltdcpp-lib X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/net-p2p: eiskaltdcpp-cli eiskaltdcpp-daemon eiskaltdcpp-data eiskaltdcpp-gtk eiskaltdcpp-lib X-SVN-Commit-Revision: 525698 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2020 10:06:33 -0000 Author: danfe Date: Mon Feb 10 10:06:32 2020 New Revision: 525698 URL: https://svnweb.freebsd.org/changeset/ports/525698 Log: Properly handle COMMENT, PORTREVISION, and MAINTAINER fields in EiskaltDC++ slave ports. Fast-forward some port revisions since those of the existing packages cannot go backwards and make the ports' COMMENT lines more in line against each other and less tautological. Modified: head/net-p2p/eiskaltdcpp-cli/Makefile head/net-p2p/eiskaltdcpp-daemon/Makefile head/net-p2p/eiskaltdcpp-data/Makefile head/net-p2p/eiskaltdcpp-gtk/Makefile head/net-p2p/eiskaltdcpp-lib/Makefile Modified: head/net-p2p/eiskaltdcpp-cli/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-cli/Makefile Mon Feb 10 09:58:23 2020 (r525697) +++ head/net-p2p/eiskaltdcpp-cli/Makefile Mon Feb 10 10:06:32 2020 (r525698) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 0 +PORTREVISION= 20 CATEGORIES= net-p2p PKGNAMESUFFIX= -cli MAINTAINER= ports@FreeBSD.org -COMMENT= EiskaltDC++ Direct Connect command-line interface +COMMENT= EiskaltDC++ client command-line interface LICENSE= GPLv3 Modified: head/net-p2p/eiskaltdcpp-daemon/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-daemon/Makefile Mon Feb 10 09:58:23 2020 (r525697) +++ head/net-p2p/eiskaltdcpp-daemon/Makefile Mon Feb 10 10:06:32 2020 (r525698) @@ -7,7 +7,7 @@ CATEGORIES= net-p2p PKGNAMESUFFIX= -daemon MAINTAINER= ports@FreeBSD.org -COMMENT= EiskaltDC++ Direct Connect client daemon +COMMENT= EiskaltDC++ client daemon LICENSE= GPLv3 Modified: head/net-p2p/eiskaltdcpp-data/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-data/Makefile Mon Feb 10 09:58:23 2020 (r525697) +++ head/net-p2p/eiskaltdcpp-data/Makefile Mon Feb 10 10:06:32 2020 (r525698) @@ -4,10 +4,10 @@ PORTNAME= eiskaltdcpp CATEGORIES= net-p2p PKGNAMESUFFIX= -data -PORTREVISION= 0 +PORTREVISION= 20 MAINTAINER= ports@FreeBSD.org -COMMENT= Shared data for EiskaltDC++ GUIs +COMMENT= Shared data for EiskaltDC++ client GUIs LICENSE= GPLv3 Modified: head/net-p2p/eiskaltdcpp-gtk/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-gtk/Makefile Mon Feb 10 09:58:23 2020 (r525697) +++ head/net-p2p/eiskaltdcpp-gtk/Makefile Mon Feb 10 10:06:32 2020 (r525698) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 15 +PORTREVISION= 20 CATEGORIES= net-p2p PKGNAMESUFFIX= -gtk MAINTAINER= ports@FreeBSD.org -COMMENT= EiskaltDC++ Direct Connect client GTK GUI +COMMENT= EiskaltDC++ client GTK graphic interface LICENSE= GPLv3 Modified: head/net-p2p/eiskaltdcpp-lib/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-lib/Makefile Mon Feb 10 09:58:23 2020 (r525697) +++ head/net-p2p/eiskaltdcpp-lib/Makefile Mon Feb 10 10:06:32 2020 (r525698) @@ -4,12 +4,12 @@ PORTNAME= eiskaltdcpp PORTVERSION= 2.2.10 DISTVERSIONPREFIX= v -PORTREVISION= 20 +PORTREVISION?= 20 CATEGORIES= net-p2p PKGNAMESUFFIX?= -lib -MAINTAINER= fjoe@FreeBSD.org -COMMENT= Direct Connect client shared library +MAINTAINER?= fjoe@FreeBSD.org +COMMENT?= EiskaltDC++ shared library and header files LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE