svn commit: r365757 - in head/sysutils/parallel: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 23 16:44:17 UTC 2014
Author: sunpoet
Date: Sat Aug 23 16:44:16 2014
New Revision: 365757
URL: http://svnweb.freebsd.org/changeset/ports/365757
QAT: https://qat.redports.org/buildarchive/r365757/
Log:
- Update to 20140822
- While I'm here, fix STAGEDIR-prefixed link
Changes: https://savannah.gnu.org/forum/forum.php?forum_id=8067
PR: ports/192945
Submitted by: Chris Howey <howeyc at gmail.com> (maintainer)
Added:
head/sysutils/parallel/files/patch-src-Makefile.in (contents, props changed)
Deleted:
head/sysutils/parallel/files/patch-src__parallel
Modified:
head/sysutils/parallel/Makefile
head/sysutils/parallel/distinfo
Modified: head/sysutils/parallel/Makefile
==============================================================================
--- head/sysutils/parallel/Makefile Sat Aug 23 16:38:43 2014 (r365756)
+++ head/sysutils/parallel/Makefile Sat Aug 23 16:44:16 2014 (r365757)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= parallel
-PORTVERSION= 20140722
+PORTVERSION= 20140822
CATEGORIES= sysutils
MASTER_SITES= GNU
Modified: head/sysutils/parallel/distinfo
==============================================================================
--- head/sysutils/parallel/distinfo Sat Aug 23 16:38:43 2014 (r365756)
+++ head/sysutils/parallel/distinfo Sat Aug 23 16:44:16 2014 (r365757)
@@ -1,2 +1,2 @@
-SHA256 (parallel-20140722.tar.bz2) = b6e0b8be4f15ea9f451b6a742e914aaa234a9008946aae151aff107a2172bb98
-SIZE (parallel-20140722.tar.bz2) = 911085
+SHA256 (parallel-20140822.tar.bz2) = 8a146a59bc71218921d561f2c801b85e06fe3a21571083b58e6e0966dd397fd4
+SIZE (parallel-20140822.tar.bz2) = 933029
Added: head/sysutils/parallel/files/patch-src-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/parallel/files/patch-src-Makefile.in Sat Aug 23 16:44:16 2014 (r365757)
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig 2014-08-23 06:30:21.000000000 +0800
++++ src/Makefile.in 2014-08-24 00:36:21.359988465 +0800
+@@ -525,7 +525,7 @@
+
+ install-exec-hook:
+ rm $(DESTDIR)$(bindir)/sem || true
+- $(LN_S) $(DESTDIR)$(bindir)/parallel $(DESTDIR)$(bindir)/sem
++ $(LN_S) parallel $(DESTDIR)$(bindir)/sem
+
+ # Build documentation file if the tool to build exists.
+ # Otherwise: Use the distributed version
More information about the svn-ports-head
mailing list