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

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Wed Jul 20 02:02:23 CEST 2011


Revision: 15140
          http://gar.svn.sourceforge.net/gar/?rev=15140&view=rev
Author:   chninkel
Date:     2011-07-20 00:02:23 +0000 (Wed, 20 Jul 2011)

Log Message:
-----------
imapproxy: updated Makefile as upstream url has changed

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

Modified: csw/mgar/pkg/imapproxy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/imapproxy/trunk/Makefile	2011-07-19 23:50:59 UTC (rev 15139)
+++ csw/mgar/pkg/imapproxy/trunk/Makefile	2011-07-20 00:02:23 UTC (rev 15140)
@@ -32,23 +32,35 @@
 
 SPKG_CLASSES = none cswpreserveconf cswinitsmf
 
+# Default paths referenced in documentation files, can be safely ignored
+CHECKPKG_OVERRIDES_CSWimapproxy += file-with-bad-content|/usr/local|root/opt/csw/share/doc/imapproxy/README
+CHECKPKG_OVERRIDES_CSWimapproxy += file-with-bad-content|/usr/local|root/opt/csw/share/doc/imapproxy/README.ssl
+CHECKPKG_OVERRIDES_CSWimapproxy += file-with-bad-content|/usr/local|root/opt/csw/share/doc/imapproxy/README.known_issues
+
+# DTD paths referenced in smf manifest file, can be safely ignored
+CHECKPKG_OVERRIDES_CSWimapproxy += file-with-bad-content|/usr/share|root/var/opt/csw/svc/manifest/network/cswimapproxy.xml
+
+
 ###### Upstream and opencsw files information #######
 
-MASTER_SITES = http://www.imapproxy.org/downloads/
+# Imapproxy is now Squirrelmail IMAP Proxy and is now available
+# in squirrelaim sourceforge projet
+SF_PROJ = squirrelmail
+MASTER_SITES = $(SF_MIRRORS)
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = up-$(NAME)-(\d+(?:\.\d+)*).tar.gz
 
-DISTFILES  = up-$(NAME)-$(VERSION).tar.gz
+DISTFILES  = squirrelmail-imap_proxy-$(VERSION).tar.gz
 DISTFILES += imapproxy.conf
 DISTFILES += changelog.CSW README.CSW
 # init and smf stuffs
 DISTFILES += cswimapproxy cswimapproxy.xml
 
-DISTNAME = up-$(NAME)-$(VERSION)
+DISTNAME = squirrelmail-imap_proxy-$(VERSION)
 
-INITSMF = /etc/init.d/cswimapproxy
-PRESERVECONF = /opt/csw/etc/imapproxy.conf
+INITSMF = /etc/opt/csw/init.d/cswimapproxy
+PRESERVECONF = /etc/opt/csw/imapproxy.conf
 
 # imapproxy lacks include of openssl/md5.h
 # PATCHFILES += md5_include.patch
@@ -79,7 +91,7 @@
 	ginstall -D $(WORKSRC_FIRSTMOD)/README.ssl $(PKGROOT)$(docdir)/$(NAME)/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"
-	ginstall -D "$(WORKDIR_FIRSTMOD)/cswimapproxy" "$(PKGROOT)/etc/init.d/cswimapproxy"
+	ginstall -D "$(WORKDIR_FIRSTMOD)/cswimapproxy" "$(PKGROOT)/etc/opt/csw/init.d/cswimapproxy"
 	@$(MAKECOOKIE)
 
 

Modified: csw/mgar/pkg/imapproxy/trunk/checksums
===================================================================
--- csw/mgar/pkg/imapproxy/trunk/checksums	2011-07-19 23:50:59 UTC (rev 15139)
+++ csw/mgar/pkg/imapproxy/trunk/checksums	2011-07-20 00:02:23 UTC (rev 15140)
@@ -1,8 +1 @@
-05c9327816e6c24ba9fe253c6e76c71a  README.CSW
-a782ea33ea43ac1859cd27679bc1bf9a  changelog.CSW
-c70c04af058e01012ef1beb8caaeb296  conf_file_location.patch
-645dbf4681fba2e3430b4bdfb28cb540  cswimapproxy
-2d586e6018bd82b6ac4c49b75ff837ad  cswimapproxy.xml
-497ca80cf7e1ccbb4caac0319533a17e  destdir.patch
-5d51df28803c859277b7f6c3b68acf9e  imapproxy.conf
-036b487a9a6d2b955f81eb80bd9faee0  up-imapproxy-1.2.7.tar.gz
+02fb038a13efaf991917f87862c714fb  squirrelmail-imap_proxy-1.2.7.tar.gz

Modified: csw/mgar/pkg/imapproxy/trunk/files/imapproxy.conf
===================================================================
--- csw/mgar/pkg/imapproxy/trunk/files/imapproxy.conf	2011-07-19 23:50:59 UTC (rev 15139)
+++ csw/mgar/pkg/imapproxy/trunk/files/imapproxy.conf	2011-07-20 00:02:23 UTC (rev 15140)
@@ -178,7 +178,7 @@
 #
 ## Various path options for SSL CA certificates/directories
 #
-#tls_ca_file /usr/share/ssl/certs/ca-bundle.crt
-#tls_ca_path /usr/share/ssl/certs/
-#tls_cert_file /usr/share/ssl/certs/mycert.crt
-#tls_key_file /usr/share/ssl/certs/mycert.key
\ No newline at end of file
+#tls_ca_file /opt/csw/ssl/certs/ca-bundle.crt
+#tls_ca_path /opt/csw/ssl/certs/
+#tls_cert_file /opt/csw/ssl/certs/mycert.crt
+#tls_key_file /opt/csw/ssl/certs/mycert.key


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