. update to version 2.40.61;
. set MAKE_JOBS_UNSAFE. PR: ports/152855 Submitted by: Guido Falsi <mad at madpilot.net> Approved by: Dan Pelleg <dan at pelleg.org> (maintainer)
This commit is contained in:
parent
06890beaa3
commit
ca41cfe9ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268924
3 changed files with 21 additions and 11 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= unison
|
||||
PORTVERSION= 2.32.52
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.40.61
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -23,7 +22,7 @@ USE_GMAKE= yes
|
|||
MAKE_ARGS= CFLAGS=""
|
||||
CONFLICTS= unison-[0-9]* unison-nox11-[0-9]*
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
ALL_TARGET= unison all
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
SHA256 (unison-2.32.52/unison-2.32.52.tar.gz) = 1542e5d4ad03e928260e061a8ff9d5e0bca3282481ed8bec5552de17a0270485
|
||||
SIZE (unison-2.32.52/unison-2.32.52.tar.gz) = 697866
|
||||
SHA256 (unison-2.32.52/unison-2.32.52-manual.html) = c898239d8139d8405b96d87e12c06c7f41fd3629cac0c83bc338aad50fed7f81
|
||||
SIZE (unison-2.32.52/unison-2.32.52-manual.html) = 249124
|
||||
SHA256 (unison-2.32.52/unison-2.32.52-manual.pdf) = b3fee7ac99907f3b1ed02c6ac901678e82ea1eed936acb45e9735b95d55cc4eb
|
||||
SIZE (unison-2.32.52/unison-2.32.52-manual.pdf) = 478388
|
||||
SHA256 (unison-2.32.52/unison-2.32.52-manual.ps) = 779924e2a89ab2592c512e808cfcdf302c1a691fb1f2a6a02cc415fdc87770e5
|
||||
SIZE (unison-2.32.52/unison-2.32.52-manual.ps) = 572128
|
||||
SHA256 (unison-2.40.61/unison-2.40.61.tar.gz) = e6114bf6a99d8bbe151250b7e28a74aa546d213f4f7f7914ca086a48b375277b
|
||||
SIZE (unison-2.40.61/unison-2.40.61.tar.gz) = 2702722
|
||||
SHA256 (unison-2.40.61/unison-2.40.61-manual.html) = b88c6c3a24c359e306e702672cc8da904e72c367861ef2a3dc3df07566948223
|
||||
SIZE (unison-2.40.61/unison-2.40.61-manual.html) = 267159
|
||||
SHA256 (unison-2.40.61/unison-2.40.61-manual.pdf) = 75ff6909abcf6f9ea0a981a8e3827218491fcdfb03c088c8dd1e43fcc9c687ef
|
||||
SIZE (unison-2.40.61/unison-2.40.61-manual.pdf) = 507350
|
||||
SHA256 (unison-2.40.61/unison-2.40.61-manual.ps) = 106dba47ebfe205f0454c0fdfdba484208449dace0223b37e1d1fe1eec7807fb
|
||||
SIZE (unison-2.40.61/unison-2.40.61-manual.ps) = 598969
|
||||
|
|
11
net/unison-devel/files/patch-Makefile
Normal file
11
net/unison-devel/files/patch-Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.orig 2010-12-06 00:44:55.164242569 +0100
|
||||
+++ Makefile 2010-12-06 00:45:26.227615139 +0100
|
||||
@@ -60,7 +60,7 @@
|
||||
# NAME, VERSION, and MAJORVERSION, automatically generated
|
||||
-include Makefile.ProjectInfo
|
||||
|
||||
-Makefile.ProjectInfo: mkProjectInfo.ml $(wildcard ../.bzr/branch/last-revision)
|
||||
+Makefile.ProjectInfo: mkProjectInfo $(wildcard ../.bzr/branch/last-revision)
|
||||
./mkProjectInfo > $@
|
||||
|
||||
mkProjectInfo: mkProjectInfo.ml
|
Loading…
Reference in a new issue