summaryrefslogtreecommitdiffstats
path: root/net/unison
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-08-29 19:36:53 +0000
committerpetef <petef@FreeBSD.org>2001-08-29 19:36:53 +0000
commit7ac519a39ef18763f1787965efa8c179feba7555 (patch)
tree7366119203a96c03a65ebfeca87ebe228d309036 /net/unison
parentea60492a88eb9eb13bdba24660dbc7b627694702 (diff)
downloadFreeBSD-ports-7ac519a39ef18763f1787965efa8c179feba7555.zip
FreeBSD-ports-7ac519a39ef18763f1787965efa8c179feba7555.tar.gz
- update to 2.7.1
- style nits (one tab after VAR=) PR: 30195 Submitted by: maintainer (mostly)
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 1d2493b..c8431ae 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 a1aeeed..cf725dc 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 6c45ce1..a14c18b 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
OpenPOWER on IntegriCloud