Revision: 26044 http://sourceforge.net/p/gar/code/26044 Author: dmichelsen Date: 2016-11-21 14:20:57 +0000 (Mon, 21 Nov 2016) Log Message: ----------- cpan/Net-SMTP-SSL/trunk: Update to 1.04 and makemake
Modified Paths: -------------- csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/Makefile csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/Makefile 2016-11-18 17:41:07 UTC (rev 26043) +++ csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/Makefile 2016-11-21 14:20:57 UTC (rev 26044) @@ -1,32 +1,24 @@ NAME = Net-SMTP-SSL -VERSION = 1.01 +VERSION = 1.04 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = CWEST +AUTHOR = RJBS DESCRIPTION = SSL support for Net::SMTP define BLURB - -Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its -network operations. Due to the nature of "Net::SMTP"'s "new" method, it -is not overridden to make use of a default port for the SMTPS service. -Perhaps future versions will be smart like that. Port 465 is usually -what you want, and it's not a pain to specify that. -For interface documentation, please see Net::SMTP. endef -ARCHALL = 1 +CATALOG_RELEASE = unstable -PACKAGES = CSWpmnetsmtpssl -CATALOGNAME_CSWpmnetsmtpssl = pm_netsmtpssl +LICENSE_TEXT = This module is licensed under the unknown license -BUILD_DEP_PKGS = CSWperl -RUNTIME_DEP_PKGS = CSWpmiosocketssl +PACKAGES += CSWpm-net-smtp-ssl +CATALOGNAME_CSWpm-net-smtp-ssl = pm_net_smtp_ssl +SPKG_DESC_CSWpm-net-smtp-ssl = SSL support for Net::SMTP +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-net-smtp-ssl = 1 +RUNTIME_DEP_PKGS_CSWpm-net-smtp-ssl += CSWpm-io-socket-ssl +OBSOLETED_BY_CSWpm-net-smtp-ssl += CSWpmnetsmtpssl +CATALOGNAME_CSWpmnetsmtpssl = pm_netsmtpssl_stub include gar/category.mk - - -post-extract-modulated: - @echo "Adding 'license' file..." - @cp $(FILEDIR)/COPYING $(WORKSRC)/ - @$(MAKECOOKIE) Modified: csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/checksums 2016-11-18 17:41:07 UTC (rev 26043) +++ csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/checksums 2016-11-21 14:20:57 UTC (rev 26044) @@ -1 +1 @@ -ba039288ebf7a343feecacd374da8c1a download/Net-SMTP-SSL-1.01.tar.gz +62b49c961043898b43b041dafbc1b389 Net-SMTP-SSL-1.04.tar.gz Deleted: csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/files/COPYING 2016-11-18 17:41:07 UTC (rev 26043) +++ csw/mgar/pkg/cpan/Net-SMTP-SSL/trunk/files/COPYING 2016-11-21 14:20:57 UTC (rev 26044) @@ -1,3 +0,0 @@ -Copyright (c) 2004 Casey West. All rights reserved. -This module is free software; you can redistribute it and/or modify it -under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.