svn commit: r502100 - in head: chinese/libcangjie security/ruby-bitwarden www/wt
Alex Kozlov
ak at FreeBSD.org
Mon May 20 10:48:14 UTC 2019
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
More information about the svn-ports-all
mailing list