Date: Tue, 4 Oct 2016 16:23:19 +0000 (UTC) From: Max Khon <fjoe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423280 - in head/net-p2p: eiskaltdcpp-cli eiskaltdcpp-daemon eiskaltdcpp-data eiskaltdcpp-gtk eiskaltdcpp-lib eiskaltdcpp-qt Message-ID: <201610041623.u94GNJSd047597@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fjoe Date: Tue Oct 4 16:23:18 2016 New Revision: 423280 URL: https://svnweb.freebsd.org/changeset/ports/423280 Log: - Don't use GH_ACCOUNT as PORTNAME is always "eiskaltdcpp" for all eiskaltdcpp-* ports - Reset PORTREVISION after version bump 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 head/net-p2p/eiskaltdcpp-qt/Makefile Modified: head/net-p2p/eiskaltdcpp-cli/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-cli/Makefile Tue Oct 4 16:21:32 2016 (r423279) +++ head/net-p2p/eiskaltdcpp-cli/Makefile Tue Oct 4 16:23:18 2016 (r423280) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp +PORTREVISION= 0 CATEGORIES= net-p2p PKGNAMESUFFIX= -cli Modified: head/net-p2p/eiskaltdcpp-daemon/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-daemon/Makefile Tue Oct 4 16:21:32 2016 (r423279) +++ head/net-p2p/eiskaltdcpp-daemon/Makefile Tue Oct 4 16:23:18 2016 (r423280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= net-p2p PKGNAMESUFFIX= -daemon Modified: head/net-p2p/eiskaltdcpp-data/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-data/Makefile Tue Oct 4 16:21:32 2016 (r423279) +++ head/net-p2p/eiskaltdcpp-data/Makefile Tue Oct 4 16:23:18 2016 (r423280) @@ -4,7 +4,7 @@ PORTNAME= eiskaltdcpp CATEGORIES= net-p2p PKGNAMESUFFIX= -data -PORTREVISION= 4 +PORTREVISION= 0 MAINTAINER= ports@FreeBSD.org COMMENT= Shared data for EiskaltDC++ GUIs Modified: head/net-p2p/eiskaltdcpp-gtk/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-gtk/Makefile Tue Oct 4 16:21:32 2016 (r423279) +++ head/net-p2p/eiskaltdcpp-gtk/Makefile Tue Oct 4 16:23:18 2016 (r423280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net-p2p PKGNAMESUFFIX= -gtk Modified: head/net-p2p/eiskaltdcpp-lib/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-lib/Makefile Tue Oct 4 16:21:32 2016 (r423279) +++ head/net-p2p/eiskaltdcpp-lib/Makefile Tue Oct 4 16:23:18 2016 (r423280) @@ -14,7 +14,6 @@ COMMENT= Direct Connect client shared li LICENSE= GPLv3 USE_GITHUB= yes -GH_ACCOUNT= eiskaltdcpp .if !defined (MASTERDIR) LIB_DEPENDS= libboost_system.so:devel/boost-libs Modified: head/net-p2p/eiskaltdcpp-qt/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-qt/Makefile Tue Oct 4 16:21:32 2016 (r423279) +++ head/net-p2p/eiskaltdcpp-qt/Makefile Tue Oct 4 16:23:18 2016 (r423280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net-p2p PKGNAMESUFFIX= -qt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610041623.u94GNJSd047597>