Summary: | [exp-run] DISTNAME= PORTNAME-PORTVERSION is not needed | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Philip M. Gollucci <pgollucci> | ||||
Component: | Individual Port(s) | Assignee: | Bryan Drewery <bdrewery> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Philip M. Gollucci
2012-03-02 04:40:10 UTC
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I will take it. Responsible Changed From-To: pgollucci->portmgr State Changed From-To: open->analyzed take for -exp. Responsible Changed From-To: portmgr->linimon State Changed From-To: analyzed->open I am no longer in a position to test this. In addition, I no longer have access to my notes on how far the build got. Responsible Changed From-To: linimon->portmgr Responsible Changed From-To: portmgr->bdrewery I'll take it. 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Mostly committed. Most of it conflicted so I recreated the change in te ports listed. devel/eric4 needs the DISTNAME setting through since the master port redefines it. |