SF.net SVN: gar:[23340] csw/mgar/pkg/openvpn/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sun Apr 6 10:02:15 CEST 2014


Revision: 23340
          http://sourceforge.net/p/gar/code/23340
Author:   dmichelsen
Date:     2014-04-06 08:02:13 +0000 (Sun, 06 Apr 2014)
Log Message:
-----------
openvpn/trunk: Reorganize to latest standards

Modified Paths:
--------------
    csw/mgar/pkg/openvpn/trunk/Makefile
    csw/mgar/pkg/openvpn/trunk/checksums

Modified: csw/mgar/pkg/openvpn/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openvpn/trunk/Makefile	2014-04-06 07:41:26 UTC (rev 23339)
+++ csw/mgar/pkg/openvpn/trunk/Makefile	2014-04-06 08:02:13 UTC (rev 23340)
@@ -9,12 +9,19 @@
 
 # master files
 MASTER_SITES = http://openvpn.net/release/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+DISTFILES += $(DISTNAME).tar.gz
+PATCHFILES += patch.openvpn-2.0.9.tun.c
 
-# we require
-BUILD_DEP_PKGS = CSWtun
-RUNTIME_DEP_PKGS = CSWlibssl1-0-0 CSWliblzo2-2
+VENDOR_URL = http://openvpn.net
 
+BUILD_DEP_PKGS += CSWtun
+
+PACKAGES += CSWopenvpn
+SPKG_DESC_CSWopenvpn = Secure IP tunnel daemon
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWopenvpn += CSWlibssl1-0-0
+RUNTIME_DEP_PKGS_CSWopenvpn += CSWliblzo2-2
+
 # The references are located in document or sample files and are harmless
 CHECKPKG_OVERRIDES_CSWopenvpn += file-with-bad-content|/usr/share|root/opt/csw/share/doc/openvpn/easy-rsa/vars
 CHECKPKG_OVERRIDES_CSWopenvpn += file-with-bad-content|/usr/share|root/opt/csw/share/doc/openvpn/easy-rsa/2.0/vars
@@ -29,14 +36,13 @@
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 
 CONFIGURE_ARGS  = --prefix=$(prefix) --mandir=/opt/csw/share/man
-PATCHFILES = patch.openvpn-2.0.9.tun.c
 
 # use classes for install/removal
 #PRESERVECONF = $(sysconfdir)/$(NAME)/$(NAME).conf
 INITSMF = /etc/opt/csw/init.d/cswopenvpn
 
 # no build tests
-SKIPTEST = 1
+TEST_SCRIPTS =
 
 include gar/category.mk
 

Modified: csw/mgar/pkg/openvpn/trunk/checksums
===================================================================
--- csw/mgar/pkg/openvpn/trunk/checksums	2014-04-06 07:41:26 UTC (rev 23339)
+++ csw/mgar/pkg/openvpn/trunk/checksums	2014-04-06 08:02:13 UTC (rev 23340)
@@ -1,2 +1 @@
-60745008b90b7dbe25fe8337c550fec6  download/openvpn-2.0.9.tar.gz
-1c9565b3212299c029821f1753138972  download/patch.openvpn-2.0.9.tun.c
+60745008b90b7dbe25fe8337c550fec6  openvpn-2.0.9.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