svn commit: r485235 - head/lang/ghc843

Gleb Popov arrowd at FreeBSD.org
Sun Nov 18 18:16:24 UTC 2018


Author: arrowd
Date: Sun Nov 18 18:16:23 2018
New Revision: 485235
URL: https://svnweb.freebsd.org/changeset/ports/485235

Log:
  lang/ghc843: Add PKGNAMESUFFIX to not conflict with lang/ghc.
  
  Approved by:	tcberner (mentor)

Modified:
  head/lang/ghc843/Makefile

Modified: head/lang/ghc843/Makefile
==============================================================================
--- head/lang/ghc843/Makefile	Sun Nov 18 17:56:47 2018	(r485234)
+++ head/lang/ghc843/Makefile	Sun Nov 18 18:16:23 2018	(r485235)
@@ -4,6 +4,7 @@
 PORTNAME=	ghc
 PORTVERSION=	${GHC_VERSION}
 PORTREVISION=	1
+PKGNAMESUFFIX=	843
 CATEGORIES=	lang haskell
 MASTER_SITES=	http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \
 		LOCAL/arrowd/:boot \


More information about the svn-ports-all mailing list