svn commit: r499611 - head/net/onedrive

Koichiro Iwao meta at FreeBSD.org
Mon Apr 22 08:04:54 UTC 2019


Author: meta
Date: Mon Apr 22 08:04:53 2019
New Revision: 499611
URL: https://svnweb.freebsd.org/changeset/ports/499611

Log:
  net/onedrive: remove dependency on deprecated port
  
  lang/dmd2 is marked DEPRECATED. Remove dependency on that.
  
  PR:		236648
  Submitted by:	Hiroo Ono <hiroo.ono+freebsd at gmail.com> (maintainer)

Modified:
  head/net/onedrive/Makefile

Modified: head/net/onedrive/Makefile
==============================================================================
--- head/net/onedrive/Makefile	Mon Apr 22 07:41:38 2019	(r499610)
+++ head/net/onedrive/Makefile	Mon Apr 22 08:04:53 2019	(r499611)
@@ -3,6 +3,7 @@
 PORTNAME=	onedrive
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.3
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	hiroo.ono+freebsd at gmail.com
@@ -10,25 +11,15 @@ COMMENT=	Microsoft OneDrive client
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	ldmd2:lang/ldc
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libinotify.so:devel/libinotify
+BUILD_DEPENDS=	ldc2:lang/ldc
 
 USES=		sqlite
 USE_GITHUB=	yes
 GH_ACCOUNT=	skilion
 
-OPTIONS_DEFAULT=	LDC
-OPTIONS_SINGLE=		DLANG
-OPTIONS_SINGLE_DLANG=	DMD1 DMD2 LDC
-
-DMD1_DESC=	Use lang/dmd1 as D compiler
-DMD2_DESC=	Use lang/dmd2 as D compiler
-LDC_DESC=	Use lang/ldc as D compiler
-
-DMD1_MAKE_ARGS=	DC=dmd1
-DMD2_MAKE_ARGS=	DC=dmd
-LDC_MAKE_ARGS=	DC=ldmd2
+MAKE_ARGS=	DC=ldc2
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list