[csw-devel] SF.net SVN: gar:[7066] csw/mgar/pkg/cvsproxy/trunk
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Sun Nov 1 17:46:43 CET 2009
Revision: 7066
http://gar.svn.sourceforge.net/gar/?rev=7066&view=rev
Author: bonivart
Date: 2009-11-01 16:46:43 +0000 (Sun, 01 Nov 2009)
Log Message:
-----------
cvsproxy: update to new cswclassutils scripts
Modified Paths:
--------------
csw/mgar/pkg/cvsproxy/trunk/Makefile
csw/mgar/pkg/cvsproxy/trunk/checksums
Modified: csw/mgar/pkg/cvsproxy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cvsproxy/trunk/Makefile 2009-11-01 16:12:23 UTC (rev 7065)
+++ csw/mgar/pkg/cvsproxy/trunk/Makefile 2009-11-01 16:46:43 UTC (rev 7066)
@@ -9,8 +9,6 @@
MASTER_SITES = http://www.sra.co.jp/people/m-kasahr/cvsproxy/src/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += CSWcvsproxy.postinstall
-DISTFILES += CSWcvsproxy.preremove
REQUIRED_PKGS = CSWtcpwrap
SPKG_SOURCEURL = http://www.sra.co.jp/people/m-kasahr/cvsproxy
@@ -22,16 +20,21 @@
TEST_TARGET = check
+ETCSERVICES = /opt/csw/etc/pkg/$(GARNAME)/services
+INETDCONF = /opt/csw/etc/pkg/$(GARNAME)/inetd.conf
+
include gar/category.mk
post-install-modulated:
@echo "==> Post-install fixes"
- @ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
+ @ginstall -d -m 755 $(DESTDIR)$(docdir)/$(GARNAME)
@cp $(WORKSRC)/README $(DESTDIR)$(docdir)/$(GARNAME)
@cp $(WORKSRC)/NEWS $(DESTDIR)$(docdir)/$(GARNAME)
@cp $(WORKSRC)/ChangeLog $(DESTDIR)$(docdir)/$(GARNAME)
@mv $(DESTDIR)/opt/csw/libexec/cvsproxy $(DESTDIR)/opt/csw/libexec/cvsproxy.tmp
- @ginstall -d $(DESTDIR)/opt/csw/libexec/$(GARNAME)
- @cp $(FILEDIR)/editconf.pl $(DESTDIR)/opt/csw/libexec/$(GARNAME)
+ @ginstall -d -m 755 $(DESTDIR)/opt/csw/libexec/$(GARNAME)
@mv $(DESTDIR)/opt/csw/libexec/cvsproxy.tmp $(DESTDIR)/opt/csw/libexec/$(GARNAME)/cvsproxy
+ @ginstall -d -m 755 $(DESTDIR)/opt/csw/etc/pkg/$(GARNAME)
+ @cp $(FILEDIR)/services $(DESTDIR)/opt/csw/etc/pkg/$(GARNAME)
+ @cp $(FILEDIR)/inetd.conf $(DESTDIR)/opt/csw/etc/pkg/$(GARNAME)
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/cvsproxy/trunk/checksums
===================================================================
--- csw/mgar/pkg/cvsproxy/trunk/checksums 2009-11-01 16:12:23 UTC (rev 7065)
+++ csw/mgar/pkg/cvsproxy/trunk/checksums 2009-11-01 16:46:43 UTC (rev 7066)
@@ -1,3 +1 @@
-5095049b846e80cbe0745d85929af2d9 download/CSWcvsproxy.postinstall
-3ce92c760a74f36d40acc02eb5e8e275 download/CSWcvsproxy.preremove
-ceff47a655085497f5712e2da160c607 download/cvsproxy-1.0.1.tar.gz
+ceff47a655085497f5712e2da160c607 cvsproxy-1.0.1.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list