aboutsummaryrefslogtreecommitdiffstats
path: root/net/unison232
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-08-30 03:36:53 +0800
committerpetef <petef@FreeBSD.org>2001-08-30 03:36:53 +0800
commit7ac519a39ef18763f1787965efa8c179feba7555 (patch)
tree7366119203a96c03a65ebfeca87ebe228d309036 /net/unison232
parentea60492a88eb9eb13bdba24660dbc7b627694702 (diff)
downloadfreebsd-ports-gnome-7ac519a39ef18763f1787965efa8c179feba7555.tar.gz
freebsd-ports-gnome-7ac519a39ef18763f1787965efa8c179feba7555.tar.zst
freebsd-ports-gnome-7ac519a39ef18763f1787965efa8c179feba7555.zip
- update to 2.7.1
- style nits (one tab after VAR=) PR: 30195 Submitted by: maintainer (mostly)
Diffstat (limited to 'net/unison232')
-rw-r--r--net/unison232/Makefile10
-rw-r--r--net/unison232/distinfo2
-rw-r--r--net/unison232/files/patch-aa14
3 files changed, 13 insertions, 13 deletions
diff --git a/net/unison232/Makefile b/net/unison232/Makefile
index 1d2493b5e533..c8431aebbc4e 100644
--- a/net/unison232/Makefile
+++ b/net/unison232/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/unison232/distinfo b/net/unison232/distinfo
index a1aeeeda2048..cf725dc985f1 100644
--- a/net/unison232/distinfo
+++ b/net/unison232/distinfo
@@ -1 +1 @@
-MD5 (unison/src.tar.gz) = 045024fa458088611b5f41e18dc8e667
+MD5 (unison-2.7.1/src.tar.gz) = a83b78764b8f141eff8468ca2a1d5ecc
diff --git a/net/unison232/files/patch-aa b/net/unison232/files/patch-aa
index 6c45ce1d18b1..a14c18bfa972 100644
--- a/net/unison232/files/patch-aa
+++ b/net/unison232/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