Bug 40055 - change maintainer email for net/unison
Summary: change maintainer email for net/unison
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-01 01:10 UTC by Dan Pelleg
Modified: 2002-07-01 02:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Pelleg 2002-07-01 01:10:01 UTC
 changed maintainer contact info
Comment 1 Doug Barton freebsd_committer freebsd_triage 2002-07-01 02:03:46 UTC
State Changed
From-To: open->closed


ENODATA
Comment 2 Dan Pelleg 2002-07-01 02:43:37 UTC
 Oops, apparently the -f and -a flags to send-pr don't mix. PR 40057
filed...

Anyway, here is the missing patch

--- diff-unison begins here ---
diff -ruN unison.orig/Makefile unison/Makefile
--- unison.orig/Makefile	Tue May  7 13:29:20 2002
+++ unison/Makefile	Sun Jun 30 19:30:40 2002
@@ -12,7 +12,7 @@
 DISTNAME=	src
 DIST_SUBDIR=	unison-${PORTVERSION}
 
-MAINTAINER=	dpelleg+unison@cs.cmu.edu
+MAINTAINER=	daniel+unison@pelleg.org
 
 BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml
 
diff -ruN unison.orig/pkg-descr unison/pkg-descr
--- unison.orig/pkg-descr	Wed Oct 25 21:42:33 2000
+++ unison/pkg-descr	Sun Jun 30 19:30:52 2002
@@ -12,4 +12,4 @@
 
 - Dan Pelleg
 
-dpelleg+unison@cs.cmu.edu
+daniel+unison@pelleg.org
--- diff-unison ends here ---
Comment 3 Doug Barton freebsd_committer freebsd_triage 2002-07-01 02:48:57 UTC
Dan Pelleg wrote:
> 
>  Oops, apparently the -f and -a flags to send-pr don't mix. PR 40057
> filed...

No worries... I went ahead and committed this since I already closed the
PR.

Doug