From owner-svn-ports-head@FreeBSD.ORG Mon Sep 30 14:23:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 03397EBD; Mon, 30 Sep 2013 14:23:04 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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 E24992B69; Mon, 30 Sep 2013 14:23:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8UEN3hP010393; Mon, 30 Sep 2013 14:23:03 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8UEN2Zc010383; Mon, 30 Sep 2013 14:23:02 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309301423.r8UEN2Zc010383@svn.freebsd.org> From: Bryan Drewery Date: Mon, 30 Sep 2013 14:23:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328795 - in head: audio/autotalent databases/py-couchdb devel/bsdlibdwarf net/relayd sysutils/nvramtool www/grails X-SVN-Group: ports-head 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.14 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, 30 Sep 2013 14:23:04 -0000 Author: bdrewery Date: Mon Sep 30 14:23:02 2013 New Revision: 328795 URL: http://svnweb.freebsd.org/changeset/ports/328795 Log: - Remove default DISTNAME PR: ports/165609 Submitted by: pgollucci (March 2012) With hat: portmgr Modified: head/audio/autotalent/Makefile head/databases/py-couchdb/Makefile head/devel/bsdlibdwarf/Makefile head/net/relayd/Makefile head/sysutils/nvramtool/Makefile head/www/grails/Makefile Modified: head/audio/autotalent/Makefile ============================================================================== --- head/audio/autotalent/Makefile Mon Sep 30 14:22:30 2013 (r328794) +++ head/audio/autotalent/Makefile Mon Sep 30 14:23:02 2013 (r328795) @@ -5,7 +5,6 @@ PORTNAME= autotalent PORTVERSION= 0.2 CATEGORIES= audio MASTER_SITES= http://web.mit.edu/tbaran/www/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Real-time pitch correction plugin for LADSPA Modified: head/databases/py-couchdb/Makefile ============================================================================== --- head/databases/py-couchdb/Makefile Mon Sep 30 14:22:30 2013 (r328794) +++ head/databases/py-couchdb/Makefile Mon Sep 30 14:23:02 2013 (r328795) @@ -6,7 +6,6 @@ PORTVERSION= 0.8 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= niwi@niwi.be Modified: head/devel/bsdlibdwarf/Makefile ============================================================================== --- head/devel/bsdlibdwarf/Makefile Mon Sep 30 14:22:30 2013 (r328794) +++ head/devel/bsdlibdwarf/Makefile Mon Sep 30 14:23:02 2013 (r328795) @@ -6,7 +6,6 @@ PORTVERSION= 0.20110616 CATEGORIES= devel MASTER_SITES= ftp://ftp.lysator.liu.se/%SUBDIR%/ MASTER_SITE_SUBDIR= pub/${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= zeising@FreeBSD.org COMMENT= BSD licensed implementation of libdwarf Modified: head/net/relayd/Makefile ============================================================================== --- head/net/relayd/Makefile Mon Sep 30 14:22:30 2013 (r328794) +++ head/net/relayd/Makefile Mon Sep 30 14:23:02 2013 (r328795) @@ -13,7 +13,6 @@ COMMENT= OpenBSD relay daemon LICENSE= BSD -DISTNAME= ${PORTNAME}-${PORTVERSION} USE_BZIP2= yes MANCOMPRESSED= yes Modified: head/sysutils/nvramtool/Makefile ============================================================================== --- head/sysutils/nvramtool/Makefile Mon Sep 30 14:22:30 2013 (r328794) +++ head/sysutils/nvramtool/Makefile Mon Sep 30 14:23:02 2013 (r328795) @@ -5,7 +5,6 @@ PORTNAME= nvramtool PORTVERSION= r6440 CATEGORIES= sysutils MASTER_SITES= http://www.zonov.org/${PORTNAME}/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= zont@FreeBSD.org COMMENT= A utility for reading, writing the contents of CMOS memory Modified: head/www/grails/Makefile ============================================================================== --- head/www/grails/Makefile Mon Sep 30 14:22:30 2013 (r328794) +++ head/www/grails/Makefile Mon Sep 30 14:23:02 2013 (r328795) @@ -6,7 +6,6 @@ DISTVERSION= 1.3.6 CATEGORIES= www java MASTER_SITES= http://dist.codehaus.org/grails/ \ http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= mjs@bur.st COMMENT= Web framework built on Groovy