svn commit: r447012 - head/lang/ceylon

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 1 09:01:13 UTC 2017


Author: amdmi3
Date: Tue Aug  1 09:01:11 2017
New Revision: 447012
URL: https://svnweb.freebsd.org/changeset/ports/447012

Log:
  - Cosmetic fixes
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/lang/ceylon/Makefile
  head/lang/ceylon/pkg-descr

Modified: head/lang/ceylon/Makefile
==============================================================================
--- head/lang/ceylon/Makefile	Tue Aug  1 08:29:05 2017	(r447011)
+++ head/lang/ceylon/Makefile	Tue Aug  1 09:01:11 2017	(r447012)
@@ -12,8 +12,8 @@ COMMENT=	Ceylon is a language for writing large progra
 LICENSE=	APACHE20 GPLv2
 LICENSE_COMB=	multi
 
+USES=		zip
 NO_BUILD=	yes
-USES=	zip
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.7+
@@ -24,8 +24,6 @@ PORTDATA=	*
 CEYLON_SCRIPTS=	ceylon ceylon-sh-setup
 CEYLON_DIRS=	contrib lib repo samples templates
 
-.include <bsd.port.pre.mk>
-
 do-install:
 	${RM} ${WRKSRC}/bin/*.bat
 
@@ -41,4 +39,4 @@ do-install:
 	${LN} -s ${DATADIR}/bin/${s} ${STAGEDIR}/${PREFIX}/bin/${s}
 .endfor
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/lang/ceylon/pkg-descr
==============================================================================
--- head/lang/ceylon/pkg-descr	Tue Aug  1 08:29:05 2017	(r447011)
+++ head/lang/ceylon/pkg-descr	Tue Aug  1 09:01:11 2017	(r447012)
@@ -2,4 +2,4 @@ Ceylon is a new programming language that's deeply inf
 designed by people who are unapologetic fans of Java. It's a language
 designed specifically for writing large programs in teams.
 
-WWW: http://ceylon-lang.org
+WWW: https://ceylon-lang.org/


More information about the svn-ports-head mailing list