[MacPorts] #765: Update: cvsync

MacPorts noreply at macports.org
Thu Mar 24 04:56:15 PDT 2016


#765: Update: cvsync
-------------------------+--------------------------------
  Reporter:  jcorley1@…  |      Owner:  macports-tickets@…
      Type:  defect      |     Status:  closed
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  1.0
Resolution:  fixed       |   Keywords:
      Port:  cvsync      |
-------------------------+--------------------------------
Changes (by ryandesign@…):

 * port:   => cvsync


Old description:

> Update cvsync to 0.24.3.  Please make sure to delete the patch and files
> directory as they are no longer necessary.
> Jason
>
> -----
>
> %
> % cvs diff -u Portfile
> Index: Portfile
> ===================================================================
> RCS file:
> /Volumes/src/cvs/od/proj/darwinports/dports/net/cvsync/Portfile,v
> retrieving revision 1.2
> diff -u -r1.2 Portfile
> --- Portfile    5 Aug 2003 09:29:21 -0000       1.2
> +++ Portfile    7 Aug 2003 02:19:01 -0000
> @@ -1,6 +1,6 @@
>  PortSystem 1.0
>  name             cvsync
> -version          0.23.8
> +version          0.24.3
>  categories       net
>  maintainers      jcorley1 at nc.rr.com
>  description      cvsync is a portable CVS repository synchronization
> utility
> @@ -14,27 +14,28 @@
>                   ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ \
>                   ftp://ftp.allbsd.org/pub/cvsync/
>
> -patchfiles      patch-base.mk
> -checksums        md5 bd4b9782051aacf04d65d67ada99eed5
> +checksums        md5 fef7bbcc21dbf4e37f083a45e5e9cb74
>  configure        {}
>  build.target
>  build.args       HASH_TYPE=openssl \
>                       CVSYNC_DEFAULT_CONFIG=${prefix}/etc/cvsync.conf \
>                       CVSYNCD_DEFAULT_CONFIG=${prefix}/etc/cvsyncd.conf \
>                       PREFIX=${destroot}${prefix}
> -destroot.args     HASH_TYPE=openssl \
> +destroot.args    HASH_TYPE=openssl \
>                       CVSYNC_DEFAULT_CONFIG=${prefix}/etc/cvsync.conf \
>                       CVSYNCD_DEFAULT_CONFIG=${prefix}/etc/cvsyncd.conf \
>                       PREFIX=${destroot}${prefix}
>  post-configure   { reinplace
> "s|\"/var/run/cvsyncd.pid\"|\"${prefix}/var/run/cvsyncd.pid\"|g" \
>                     ${worksrcpath}/cvsyncd/defs.h }
>
> -post-destroot     { system "install -d -g admin -m 755 \
> +post-destroot    { system "install -d -g admin -m 755 \
> +                       ${destroot}${prefix}/share/doc/${name}"
> +                   system "install -C -g admin -m 644
> ${worksrcpath}/doc/* \
>                         ${destroot}${prefix}/share/doc/${name}"
>                     system "install -C -g admin -m 644 \
> -                       doc/* ${destroot}${prefix}/share/doc/${name}"
> -                   system "install -C -g admin -m 644 \
> -                       samples/*.conf
> ${destroot}${prefix}/share/doc/${name}"
> +                       ${worksrcpath}/samples/*.conf \
> +                       ${destroot}${prefix}/share/doc/${name}"
>                     system "install -d -g admin -m 755 \
>                         ${destroot}${prefix}/var/run"
> -                   system "touch ${destroot}${prefix}/var/run/." }
> +                   system "touch ${destroot}${prefix}/var/run/.turd" }
> +
> %

New description:

 Update cvsync to 0.24.3.  Please make sure to delete the patch and files
 directory as they are no longer necessary.\\
 Jason

 {{{
 %
 % cvs diff -u Portfile
 Index: Portfile
 ===================================================================
 RCS file:
 /Volumes/src/cvs/od/proj/darwinports/dports/net/cvsync/Portfile,v
 retrieving revision 1.2
 diff -u -r1.2 Portfile
 --- Portfile    5 Aug 2003 09:29:21 -0000       1.2
 +++ Portfile    7 Aug 2003 02:19:01 -0000
 @@ -1,6 +1,6 @@
  PortSystem 1.0
  name             cvsync
 -version          0.23.8
 +version          0.24.3
  categories       net
  maintainers      jcorley1 at nc.rr.com
  description      cvsync is a portable CVS repository synchronization
 utility
 @@ -14,27 +14,28 @@
                   ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ \
                   ftp://ftp.allbsd.org/pub/cvsync/

 -patchfiles      patch-base.mk
 -checksums        md5 bd4b9782051aacf04d65d67ada99eed5
 +checksums        md5 fef7bbcc21dbf4e37f083a45e5e9cb74
  configure        {}
  build.target
  build.args       HASH_TYPE=openssl \
                       CVSYNC_DEFAULT_CONFIG=${prefix}/etc/cvsync.conf \
                       CVSYNCD_DEFAULT_CONFIG=${prefix}/etc/cvsyncd.conf \
                       PREFIX=${destroot}${prefix}
 -destroot.args     HASH_TYPE=openssl \
 +destroot.args    HASH_TYPE=openssl \
                       CVSYNC_DEFAULT_CONFIG=${prefix}/etc/cvsync.conf \
                       CVSYNCD_DEFAULT_CONFIG=${prefix}/etc/cvsyncd.conf \
                       PREFIX=${destroot}${prefix}
  post-configure   { reinplace
 "s|\"/var/run/cvsyncd.pid\"|\"${prefix}/var/run/cvsyncd.pid\"|g" \
                     ${worksrcpath}/cvsyncd/defs.h }

 -post-destroot     { system "install -d -g admin -m 755 \
 +post-destroot    { system "install -d -g admin -m 755 \
 +                       ${destroot}${prefix}/share/doc/${name}"
 +                   system "install -C -g admin -m 644
 ${worksrcpath}/doc/* \
                         ${destroot}${prefix}/share/doc/${name}"
                     system "install -C -g admin -m 644 \
 -                       doc/* ${destroot}${prefix}/share/doc/${name}"
 -                   system "install -C -g admin -m 644 \
 -                       samples/*.conf
 ${destroot}${prefix}/share/doc/${name}"
 +                       ${worksrcpath}/samples/*.conf \
 +                       ${destroot}${prefix}/share/doc/${name}"
                     system "install -d -g admin -m 755 \
                         ${destroot}${prefix}/var/run"
 -                   system "touch ${destroot}${prefix}/var/run/." }
 +                   system "touch ${destroot}${prefix}/var/run/.turd" }
 +
 %
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/765#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list