svn commit: r506318 - head/graphics/xsane

Kai Knoblich kai at FreeBSD.org
Tue Jul 9 21:39:48 UTC 2019


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


More information about the svn-ports-head mailing list