Opened 21 years ago

Last modified 8 years ago

#765 closed defect

Update: cvsync — at Initial Version

Reported by: jcorley1@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: cvsync

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@… 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" } + %

Change History (0)

Note: See TracTickets for help on using tickets.