From owner-svn-ports-all@FreeBSD.ORG Sun Nov 17 03:28:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E6311B8; Sun, 17 Nov 2013 03:28:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54FE424CD; Sun, 17 Nov 2013 03:28:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAH3S5XI001267; Sun, 17 Nov 2013 03:28:05 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAH3S4I1001264; Sun, 17 Nov 2013 03:28:05 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201311170328.rAH3S4I1001264@svn.freebsd.org> From: Eitan Adler Date: Sun, 17 Nov 2013 03:28:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334054 - head/misc/deco X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2013 03:28:05 -0000 Author: eadler Date: Sun Nov 17 03:28:04 2013 New Revision: 334054 URL: http://svnweb.freebsd.org/changeset/ports/334054 Log: - Fix PKGNAME collision. This does not yet stagify the port. - Pet portlint Modified: head/misc/deco/Makefile head/misc/deco/pkg-plist Modified: head/misc/deco/Makefile ============================================================================== --- head/misc/deco/Makefile Sun Nov 17 03:17:03 2013 (r334053) +++ head/misc/deco/Makefile Sun Nov 17 03:28:04 2013 (r334054) @@ -6,6 +6,7 @@ PORTVERSION= 3.9 PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/Deco%20Sources/${PORTVERSION} +PKGNAMESUFFIX= -misc DISTNAME= deco39 EXTRACT_SUFX= .tgz Modified: head/misc/deco/pkg-plist ============================================================================== --- head/misc/deco/pkg-plist Sun Nov 17 03:17:03 2013 (r334053) +++ head/misc/deco/pkg-plist Sun Nov 17 03:28:04 2013 (r334054) @@ -1,25 +1,25 @@ bin/deco -share/deco/help/d.edit -share/deco/help/d.general -share/deco/help/d.hexview -share/deco/help/d.view -share/deco/help/e.edit -share/deco/help/e.general -share/deco/help/e.hexview -share/deco/help/e.view -share/deco/help/f.edit -share/deco/help/f.general -share/deco/help/f.hexview -share/deco/help/f.view -share/deco/help/r.edit -share/deco/help/r.general -share/deco/help/r.hexview -share/deco/help/r.view -share/deco/help/u.edit -share/deco/help/u.general -share/deco/help/u.hexview -share/deco/help/u.view -share/deco/menu -share/deco/profile -@dirrm share/deco/help +%%DATADIR%%/help/d.edit +%%DATADIR%%/help/d.general +%%DATADIR%%/help/d.hexview +%%DATADIR%%/help/d.view +%%DATADIR%%/help/e.edit +%%DATADIR%%/help/e.general +%%DATADIR%%/help/e.hexview +%%DATADIR%%/help/e.view +%%DATADIR%%/help/f.edit +%%DATADIR%%/help/f.general +%%DATADIR%%/help/f.hexview +%%DATADIR%%/help/f.view +%%DATADIR%%/help/r.edit +%%DATADIR%%/help/r.general +%%DATADIR%%/help/r.hexview +%%DATADIR%%/help/r.view +%%DATADIR%%/help/u.edit +%%DATADIR%%/help/u.general +%%DATADIR%%/help/u.hexview +%%DATADIR%%/help/u.view +%%DATADIR%%/menu +%%DATADIR%%/profile +@dirrm %%DATADIR%%/help @dirrm share/deco