svn commit: r506320 - branches/2019Q3/graphics/xsane

Kai Knoblich kai at FreeBSD.org
Tue Jul 9 21:47:27 UTC 2019


Author: kai
Date: Tue Jul  9 21:47:25 2019
New Revision: 506320
URL: https://svnweb.freebsd.org/changeset/ports/506320

Log:
  MFH: r506318
  
  graphics/xsane: Remove erroneous comments
  
  * Remove the bogus comments that were introduced in r505903.
  
  Reported by:	mat
  
  Approved by:	portmgr (blanket fixes)

Modified:
  branches/2019Q3/graphics/xsane/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/graphics/xsane/Makefile
==============================================================================
--- branches/2019Q3/graphics/xsane/Makefile	Tue Jul  9 21:44:31 2019	(r506319)
+++ branches/2019Q3/graphics/xsane/Makefile	Tue Jul  9 21:47:25 2019	(r506320)
@@ -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-branches mailing list