[csw-devel] SF.net SVN: gar:[9391] csw/mgar/pkg/imapproxy/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Fri Mar 26 23:56:03 CET 2010


Revision: 9391
          http://gar.svn.sourceforge.net/gar/?rev=9391&view=rev
Author:   chninkel
Date:     2010-03-26 22:56:02 +0000 (Fri, 26 Mar 2010)

Log Message:
-----------
imapproxy: updated to 1.2.7 and switched to dynamic prototype and license

Modified Paths:
--------------
    csw/mgar/pkg/imapproxy/trunk/Makefile
    csw/mgar/pkg/imapproxy/trunk/checksums
    csw/mgar/pkg/imapproxy/trunk/files/changelog.CSW

Removed Paths:
-------------
    csw/mgar/pkg/imapproxy/trunk/files/CSWimapproxy.prototype

Modified: csw/mgar/pkg/imapproxy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/imapproxy/trunk/Makefile	2010-03-26 21:48:19 UTC (rev 9390)
+++ csw/mgar/pkg/imapproxy/trunk/Makefile	2010-03-26 22:56:02 UTC (rev 9391)
@@ -13,7 +13,7 @@
 ###### Package information #######
 
 GARNAME = imapproxy
-GARVERSION = 1.2.6
+GARVERSION = 1.2.7
 CATEGORIES = server
 
 DESCRIPTION = A caching IMAP proxy server
@@ -29,8 +29,9 @@
 
 RUNTIME_DEP_PKGS  = CSWtcpwrap 
 RUNTIME_DEP_PKGS += CSWosslrt 
-RUNTIME_DEP_PKGS += CSWcswclassutils
 
+# adding configuration handling classes
+SPKG_CLASSES = none cswpreserveconf cswinitsmf
 
 
 ###### Upstream and opencsw files information #######
@@ -41,13 +42,13 @@
 UFILES_REGEX = up-$(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 DISTFILES  = up-$(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += CSWimapproxy.prototype
 DISTFILES += imapproxy.conf
 DISTFILES += changelog.CSW README.CSW
 # init and smf stuffs
-DISTFILES += cswimapproxy.init cswimapproxy.xml svc-cswimapproxy
-DISTFILES += i.smf r.smf
+DISTFILES += cswimapproxy.init cswimapproxy.xml
 
+DISTNAME = up-$(GARNAME)-$(GARVERSION)
+
 # imapproxy lacks include of openssl/md5.h
 # PATCHFILES += md5_include.patch
 
@@ -59,14 +60,8 @@
 # imapproxy makefile
 PATCHFILES += destdir.patch
 
-
 ##### Build and installation information #####
 
-# files are extracted in up-imapproxy-version 
-# not imapproxy-version
-WORKSRC = $(WORKDIR)/up-$(GARNAME)-$(GARVERSION)
-WORKSRC_FIRSTMOD = $(WORKDIR_FIRSTMOD)/up-$(GARNAME)-$(GARVERSION)
-
 CONFIGURE_ARGS = $(DIRPATHS)
 
 TEST_SCRIPTS =
@@ -82,6 +77,7 @@
 	ginstall -D $(WORKSRC_FIRSTMOD)/README.known_issues $(PKGROOT)$(docdir)/$(GARNAME)/README.known_issues
 	ginstall -D $(WORKSRC_FIRSTMOD)/README.ssl $(PKGROOT)$(docdir)/$(GARNAME)/README.ssl
 	ginstall -D $(WORKDIR_FIRSTMOD)/imapproxy.conf $(PKGROOT)$(sysconfdir)/imapproxy.conf.CSW
+	ginstall -D "$(WORKDIR_FIRSTMOD)/cswimapproxy.xml" "$(PKGROOT)/var/opt/csw/svc/manifest/network/cswimapproxy.xml"
 	@$(MAKECOOKIE)
 
 

Modified: csw/mgar/pkg/imapproxy/trunk/checksums
===================================================================
--- csw/mgar/pkg/imapproxy/trunk/checksums	2010-03-26 21:48:19 UTC (rev 9390)
+++ csw/mgar/pkg/imapproxy/trunk/checksums	2010-03-26 22:56:02 UTC (rev 9391)
@@ -1,12 +1,9 @@
-23859aebc8a16c66e190ddc4cfac79b3  download/CSWimapproxy.prototype
-05c9327816e6c24ba9fe253c6e76c71a  download/README.CSW
-8c5dd936bd2a71686c22fb1c54f02c39  download/changelog.CSW
-c70c04af058e01012ef1beb8caaeb296  download/conf_file_location.patch
-78549b892d38abf3e86cc29e39777bd6  download/cswimapproxy.init
-2d586e6018bd82b6ac4c49b75ff837ad  download/cswimapproxy.xml
-497ca80cf7e1ccbb4caac0319533a17e  download/destdir.patch
-3113a92e6a9296c1d41a3816ef618b85  download/i.smf
-5d51df28803c859277b7f6c3b68acf9e  download/imapproxy.conf
-c1303341cc11640a4433a22b9abd3241  download/r.smf
-78549b892d38abf3e86cc29e39777bd6  download/svc-cswimapproxy
-decc6693a1497e5a1bc5704e5ed28c9b  download/up-imapproxy-1.2.6.tar.gz
+d185afd650ebb8c7dac35fdf54b8f319  CSWimapproxy.prototype
+05c9327816e6c24ba9fe253c6e76c71a  README.CSW
+f7a91b2816c12035ab08f355a1d44881  changelog.CSW
+c70c04af058e01012ef1beb8caaeb296  conf_file_location.patch
+645dbf4681fba2e3430b4bdfb28cb540  cswimapproxy.init
+2d586e6018bd82b6ac4c49b75ff837ad  cswimapproxy.xml
+497ca80cf7e1ccbb4caac0319533a17e  destdir.patch
+5d51df28803c859277b7f6c3b68acf9e  imapproxy.conf
+036b487a9a6d2b955f81eb80bd9faee0  up-imapproxy-1.2.7.tar.gz

Deleted: csw/mgar/pkg/imapproxy/trunk/files/CSWimapproxy.prototype
===================================================================
--- csw/mgar/pkg/imapproxy/trunk/files/CSWimapproxy.prototype	2010-03-26 21:48:19 UTC (rev 9390)
+++ csw/mgar/pkg/imapproxy/trunk/files/CSWimapproxy.prototype	2010-03-26 22:56:02 UTC (rev 9391)
@@ -1,10 +0,0 @@
-f none /opt/csw/etc/imapproxy.conf.CSW 0644 root bin
-d none /opt/csw/share/doc/doc/imapproxy 0755 root bin
-f none /opt/csw/share/doc/imapproxy/ChangeLog 0644 root bin
-f none /opt/csw/share/doc/imapproxy/README.CSW 0644 root bin
-f none /opt/csw/share/doc/imapproxy/README 0644 root bin
-f none /opt/csw/share/doc/imapproxy/README.ssl 0644 root bin
-f none /opt/csw/share/doc/imapproxy/README.known_issues 0644 root bin
-f none /opt/csw/share/doc/imapproxy/changelog.CSW 0644 root bin
-f none /opt/csw/sbin/in.imapproxyd 0755 root bin
-f none /opt/csw/sbin/pimpstat 0755 root bin

Modified: csw/mgar/pkg/imapproxy/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/imapproxy/trunk/files/changelog.CSW	2010-03-26 21:48:19 UTC (rev 9390)
+++ csw/mgar/pkg/imapproxy/trunk/files/changelog.CSW	2010-03-26 22:56:02 UTC (rev 9391)
@@ -1,3 +1,9 @@
+imapproxy (1.2.7,REV=2010.02.28) unstable
+
+  * New upstream version.
+
+ -- Yann Rouillard <yann at opencsw.org>  Sun, 28 Feb 2010 17:24:21 +0100
+
 imapproxy (1.2.6,REV=2008.02.15) unstable
 
   * New upstream version.


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