Updating devel/epm to 4.2

mi at aldan.algebra.com mi at aldan.algebra.com
Thu Jun 9 15:16:18 UTC 2011


Hello!

Version 4.2 was released by the developer(s) in the last day of 2010:

    http://www.epmhome.org/articles.php?L82

the update is straightforward, as our only patch is no longer necessary. Also, 
it seems, parallel building can now be enabled. Can I commit the attached? 
Thanks! Yours,

    -mi

-------------- next part --------------
? cscope.out
? work
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/epm/Makefile,v
retrieving revision 1.12
diff -U 2 -r1.12 Makefile
--- Makefile	4 Dec 2010 07:31:04 -0000	1.12
+++ Makefile	9 Jun 2011 14:45:59 -0000
@@ -7,6 +7,5 @@
 
 PORTNAME=	epm
-PORTVERSION=	4.1
-PORTREVISION=	1
+PORTVERSION=	4.2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_EASYSW}
@@ -22,5 +21,4 @@
 MAN1=		epm.1 epminstall.1 mkepmlist.1 setup.1
 MAN5=		epm.list.5 setup.types.5
-MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/epm/distinfo,v
retrieving revision 1.4
diff -U 2 -r1.4 distinfo
--- distinfo	17 Nov 2009 00:37:17 -0000	1.4
+++ distinfo	9 Jun 2011 14:45:59 -0000
@@ -1,3 +1,2 @@
-MD5 (epm-4.1-source.tar.bz2) = 658385d63e81bfd0989f8f9b8a956c2c
-SHA256 (epm-4.1-source.tar.bz2) = 960ce17836040dc64f5058186c71032c2c9c9b5f8a31b790e820900e130cb8a3
-SIZE (epm-4.1-source.tar.bz2) = 452818
+SHA256 (epm-4.2-source.tar.bz2) = 66c689fae292d4e390d5c52a4bcbd4b231d20dd51d309a7cb9a73d172a7d358e
+SIZE (epm-4.2-source.tar.bz2) = 458362
Index: files/patch-link
===================================================================
RCS file: files/patch-link
diff -N files/patch-link
--- files/patch-link	27 Nov 2009 04:41:06 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,29 +0,0 @@
-Change copy_file() function to try to create a hard link instead
-of copying...
-
-Submitted to author:
-
-	http://www.epmhome.org/str.php?L21+P0+S-2+C0+I0+E0+M10+Q
-
-	-mi
-
---- file.c	2006-08-29 12:43:09.000000000 -0400
-+++ file.c	2009-11-16 19:49:06.242283000 -0500
-@@ -67,4 +67,17 @@
- 
-   unlink(dst);
-+  if (link(src, dst) == 0)
-+  {
-+    if (Verbosity > 1)
-+       printf("Successfully linked %s to %s instead of copying\n",
-+              src, dst);
-+    return 0;
-+  }
-+  else
-+  {
-+    if (Verbosity > 1)
-+       printf("Linking %s to %s failed: %s.\n\tFalling back to copying\n",
-+              src, dst, strerror(errno));
-+  }
- 
-   if ((dstfile = fopen(dst, "wb")) == NULL)


More information about the freebsd-openoffice mailing list