svn commit: r304841 - head/graphics/luminance
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Sep 25 15:26:43 UTC 2012
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 at fsfe.org
COMMENT= Complete open source solution for HDR photography
More information about the svn-ports-all
mailing list