Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2017 09:01:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447012 - head/lang/ceylon
Message-ID:  <201708010901.v7191Bxf033485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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