svn commit: r389306 - head/lang/modula3

John Marino marino at FreeBSD.org
Fri Jun 12 23:03:25 UTC 2015


Author: marino
Date: Fri Jun 12 23:03:24 2015
New Revision: 389306
URL: https://svnweb.freebsd.org/changeset/ports/389306

Log:
  lang/modula3: Generate new distfile to reduce size by 60Mb
  
  There are no significant changes between this version and the previous
  one, but the head of upstream is significantly smaller.  This reduces
  the distfile from 150Mb to 91Mb.

Modified:
  head/lang/modula3/Makefile
  head/lang/modula3/distinfo

Modified: head/lang/modula3/Makefile
==============================================================================
--- head/lang/modula3/Makefile	Fri Jun 12 21:48:03 2015	(r389305)
+++ head/lang/modula3/Makefile	Fri Jun 12 23:03:24 2015	(r389306)
@@ -3,7 +3,7 @@
 
 PORTNAME=	modula3
 PORTVERSION=	5.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	http://downloads.dragonlace.net/m3/:boot
 DISTFILES=	${SRCDISTFILE} ${BOOTDIST}
@@ -28,7 +28,7 @@ ONLY_FOR_ARCHS=		amd64
 USE_GITHUB=	yes
 GH_ACCOUNT=	modula3
 GH_PROJECT=	cm3
-GH_TAGNAME=	1f5ad30
+GH_TAGNAME=	b2ce705
 
 USES=		gmake pgsql python:build
 USE_XORG=	xaw xmu xext xt sm ice x11

Modified: head/lang/modula3/distinfo
==============================================================================
--- head/lang/modula3/distinfo	Fri Jun 12 21:48:03 2015	(r389305)
+++ head/lang/modula3/distinfo	Fri Jun 12 23:03:24 2015	(r389306)
@@ -1,4 +1,4 @@
-SHA256 (modula3-cm3-5.10.0-1f5ad30_GH0.tar.gz) = a43e874c3aaa94c504e10ecc805534f95dfef9e422b204ccce102915444f013b
-SIZE (modula3-cm3-5.10.0-1f5ad30_GH0.tar.gz) = 157706913
+SHA256 (modula3-cm3-5.10.0-b2ce705_GH0.tar.gz) = 9548bfa52df6a8c2ae6bcb604d229255caa4bcda2240c1dfa63fc62db2a3c085
+SIZE (modula3-cm3-5.10.0-b2ce705_GH0.tar.gz) = 95828558
 SHA256 (m3-bootstrap.AMD64.FREEBSD.92.tar.bz2) = b0396c9048876110683e915b773480fd0717ce3a376e518dae2f9093f18253a1
 SIZE (m3-bootstrap.AMD64.FREEBSD.92.tar.bz2) = 9983846


More information about the svn-ports-all mailing list