Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2020 10:06:32 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
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
Message-ID:  <202002101006.01AA6WJW002469@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002101006.01AA6WJW002469>