svn commit: r340613 - branches/2014Q1/net/netatalk3/files

Joe Marcus Clarke marcus at FreeBSD.org
Tue Jan 21 15:21:28 UTC 2014


Author: marcus
Date: Tue Jan 21 15:21:27 2014
New Revision: 340613
URL: http://svnweb.freebsd.org/changeset/ports/340613
QAT: https://qat.redports.org/buildarchive/r340613/

Log:
  MFH: (r340612)
  
  Correct a patch mangled in transfer.
  
  Reported by:	mat
  Approved by:	portmgr (cleaning up previous commit)

Modified:
  branches/2014Q1/net/netatalk3/files/patch-etc_afpd_afp_mdns.c
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/net/netatalk3/files/patch-etc_afpd_afp_mdns.c
==============================================================================
--- branches/2014Q1/net/netatalk3/files/patch-etc_afpd_afp_mdns.c	Tue Jan 21 15:18:01 2014	(r340612)
+++ branches/2014Q1/net/netatalk3/files/patch-etc_afpd_afp_mdns.c	Tue Jan 21 15:21:27 2014	(r340613)
@@ -1,6 +1,6 @@
---- etc/afpd/afp_mdns.c.orig	2013-10-28 06:43:13.000000000 -0700
-+++ etc/afpd/afp_mdns.c	2014-01-17 22:10:59.000000000 -0800
-@@ -37,17 +37,15 @@
+--- etc/afpd/afp_mdns.c.orig	2014-01-21 15:12:49.465373000 +0000
++++ etc/afpd/afp_mdns.c	2014-01-21 15:15:03.618213000 +0000
+@@ -36,18 +36,16 @@ static pthread_t       poller;
  /*
   * Its easier to use asprintf to set the TXT record values
   */
@@ -26,7 +26,7 @@
      }
  
  static struct pollfd *fds;
-@@ -134,7 +132,7 @@
+@@ -134,7 +132,7 @@ static void register_stuff(const AFPObj 
  
      /* Register our service, prepare the TXT record */
      TXTRecordCreate(&txt_adisk, 0, NULL);


More information about the svn-ports-all mailing list