Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2019 21:39:47 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506318 - head/graphics/xsane
Message-ID:  <201907092139.x69LdlJN088595@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Tue Jul  9 21:39:47 2019
New Revision: 506318
URL: https://svnweb.freebsd.org/changeset/ports/506318

Log:
  graphics/xsane: Remove erroneous comments
  
  * Remove the bogus comments that were introduced in r505903.
  
  Reported by:	mat
  MFH:		2019Q3 (blanket: Fix without changes to package content)

Modified:
  head/graphics/xsane/Makefile

Modified: head/graphics/xsane/Makefile
==============================================================================
--- head/graphics/xsane/Makefile	Tue Jul  9 21:32:42 2019	(r506317)
+++ head/graphics/xsane/Makefile	Tue Jul  9 21:39:47 2019	(r506318)
@@ -21,11 +21,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		gmake gnome jpeg localbase:ldflags pkgconfig
 USE_GITLAB=	yes
-# This is a workaround to convert the subproject into a project. It's also
-# required to avoid slashes in the DISTNAME.
 GL_SITE=	https://gitlab.com/sane-project
-GL_ACCOUNT=	frontend # would be 'sane-project'
-# ...and GL_PROJECT would be 'frontend/xsane' then but introduces a '/' to DISTNAME
+GL_ACCOUNT=	frontend
 GL_COMMIT=	d01b4089ce6778e76fa86a0410d4e80cf6eb819e
 USE_GNOME=	gtk20 gdkpixbuf2
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907092139.x69LdlJN088595>