summaryrefslogtreecommitdiff
path: root/net/unison
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-08-29 19:36:53 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-08-29 19:36:53 +0000
commit0ac2e2a51b1850b5423e9e42307a331ce8508369 (patch)
tree67fdb946247dfa0dfe0e1d6aceffd04abf79d41b /net/unison
parentUpgrade to 1.14 (diff)
- update to 2.7.1
- style nits (one tab after VAR=) PR: 30195 Submitted by: maintainer (mostly)
Notes
Notes: svn path=/head/; revision=47112
Diffstat (limited to 'net/unison')
-rw-r--r--net/unison/Makefile10
-rw-r--r--net/unison/distinfo2
-rw-r--r--net/unison/files/patch-aa14
3 files changed, 13 insertions, 13 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile
index 1d2493b5e533..c8431aebbc4e 100644
--- a/net/unison/Makefile
+++ b/net/unison/Makefile
@@ -6,20 +6,20 @@
#
PORTNAME= unison
-PORTVERSION= 2.6.11
+PORTVERSION= 2.7.1
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-${PORTVERSION}/
DISTNAME= src
-DIST_SUBDIR= unison
+DIST_SUBDIR= unison-${PORTVERSION}
MAINTAINER= dpelleg+unison@cs.cmu.edu
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_GMAKE= yes
-MAKE_ARGS= UISTYLE=text CFLAGS=""
+USE_GMAKE= yes
+MAKE_ARGS= UISTYLE=text CFLAGS=""
post-install:
strip ${PREFIX}/bin/unison
diff --git a/net/unison/distinfo b/net/unison/distinfo
index a1aeeeda2048..cf725dc985f1 100644
--- a/net/unison/distinfo
+++ b/net/unison/distinfo
@@ -1 +1 @@
-MD5 (unison/src.tar.gz) = 045024fa458088611b5f41e18dc8e667
+MD5 (unison-2.7.1/src.tar.gz) = a83b78764b8f141eff8468ca2a1d5ecc
diff --git a/net/unison/files/patch-aa b/net/unison/files/patch-aa
index 6c45ce1d18b1..a14c18bfa972 100644
--- a/net/unison/files/patch-aa
+++ b/net/unison/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Sep 25 19:04:31 2000
-+++ Makefile Wed Oct 25 20:48:53 2000
+--- Makefile.orig Tue Aug 28 16:27:01 2001
++++ Makefile Wed Aug 29 09:15:09 2001
@@ -62,12 +62,12 @@
######################################################################
# Installation
@@ -13,15 +13,15 @@
cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)
- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT)
+# cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT)
+ @# If we're running at Penn, install a public version too
+ if [ -d /plclub/bin ]; then cp $(NAME)$(EXEC_EXT) /plclub/bin/$(NAME)-$(VERSION)$(EXEC_EXT); fi
- ######################################################################
- # Demo
-@@ -204,7 +204,7 @@
+@@ -231,7 +231,7 @@
tags:
- -$(ETAGS) *.ml *.mli
+ -$(ETAGS) *.ml *.mli *.txt
-all:: TAGS
-+# all:: TAGS
++#all:: TAGS
TAGS:
$(MAKE) tags