Opened 21 years ago

Closed 21 years ago

Last modified 8 years ago

#765 closed defect (fixed)

Update: cvsync

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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

Attachments (1)

patch (2.2 KB) - added by jcorley1@… 21 years ago.
Portfile patch

Download all attachments as: .zip

Change History (4)

comment:1 Changed 21 years ago by fkr@…

I'm dealing with this. -fkr

Changed 21 years ago by jcorley1@…

Attachment: patch added

Portfile patch

comment:2 Changed 21 years ago by fkr@…

Resolution: fixed
Status: newclosed

committed. -fkr

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: cvsync added
Note: See TracTickets for help on using tickets.