Date: Tue, 25 Sep 2012 15:26:43 +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: r304841 - head/graphics/luminance Message-ID: <201209251526.q8PFQhYS052249@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Sep 25 15:26:43 2012 New Revision: 304841 URL: http://svn.freebsd.org/changeset/ports/304841 Log: Fix fetch after PORTNAME was changed in r304682. Reported by: beat Pointy hat to: danfe Modified: head/graphics/luminance/Makefile Modified: head/graphics/luminance/Makefile ============================================================================== --- head/graphics/luminance/Makefile Tue Sep 25 15:23:14 2012 (r304840) +++ head/graphics/luminance/Makefile Tue Sep 25 15:26:43 2012 (r304841) @@ -8,7 +8,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.3.0 CATEGORIES= graphics -MASTER_SITES= SF/qtpfsgui/${PORTNAME}/${DISTVERSION} +MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} MAINTAINER= h2+fbsdports@fsfe.org COMMENT= Complete open source solution for HDR photography
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209251526.q8PFQhYS052249>