Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2019 10:48:12 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502100 - in head: chinese/libcangjie security/ruby-bitwarden www/wt
Message-ID:  <201905201048.x4KAmCLo039200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Mon May 20 10:48:12 2019
New Revision: 502100
URL: https://svnweb.freebsd.org/changeset/ports/502100

Log:
  - Fix typos in USE_* knobs
  - Convert obsolete USE_* to USES
  - Remove empty lines after .include <bsd.port.mk>
  
  Approved by:	portmgr blanket

Modified:
  head/chinese/libcangjie/Makefile
  head/security/ruby-bitwarden/Makefile
  head/www/wt/Makefile

Modified: head/chinese/libcangjie/Makefile
==============================================================================
--- head/chinese/libcangjie/Makefile	Mon May 20 09:28:48 2019	(r502099)
+++ head/chinese/libcangjie/Makefile	Mon May 20 10:48:12 2019	(r502100)
@@ -3,6 +3,7 @@
 
 PORTNAME=		libcangjie
 PORTVERSION=		1.3
+PORTREVISION=		1
 DISTVERSIONPREFIX=	v
 CATEGORIES=		chinese
 
@@ -21,7 +22,7 @@ USES=		autoreconf gmake libtool localbase pkgconfig sq
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-USE_XORT=	xi
+USE_XORG=	xi
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Cangjians

Modified: head/security/ruby-bitwarden/Makefile
==============================================================================
--- head/security/ruby-bitwarden/Makefile	Mon May 20 09:28:48 2019	(r502099)
+++ head/security/ruby-bitwarden/Makefile	Mon May 20 10:48:12 2019	(r502100)
@@ -33,4 +33,3 @@ do-install:
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR})
 
 .include <bsd.port.mk>
-

Modified: head/www/wt/Makefile
==============================================================================
--- head/www/wt/Makefile	Mon May 20 09:28:48 2019	(r502099)
+++ head/www/wt/Makefile	Mon May 20 10:48:12 2019	(r502100)
@@ -198,12 +198,12 @@ CMAKE_ARGS+=	-DSQLITE3_PREFIX:STRING=${LOCALBASE}
 .endif
 
 .if ${PORT_OPTIONS:MPOSTGRES}
-USE_PGSQL=	yes
+USES+=		pgsql
 CMAKE_ARGS+=	-DPOSTGRES_PREFIX:STRING=${LOCALBASE}
 .endif
 
 .if ${PORT_OPTIONS:MFIREBIRD}
-USE_FIREBIRD=	yes
+USES+=		firebird
 CMAKE_AGS+=	-DFIREBIRD_PREFIX:STRING=${LOCALBASE}
 .endif
 



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