1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

Upgrade to 3.7.0.

Approved by:	maintainer
This commit is contained in:
Vanilla I. Shu 2008-02-01 07:44:24 +00:00
parent a145fbb04f
commit 972377c78b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206551
4 changed files with 4 additions and 26 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= stringencoders
PORTVERSION= 3.4.0
PORTVERSION= 3.7.0
CATEGORIES= devel
MASTER_SITES= http://stringencoders.googlecode.com/files/
DISTNAME= ${PORTNAME}-v${PORTVERSION}

View File

@ -1,3 +1,3 @@
MD5 (stringencoders-v3.4.0.tar.gz) = 8ce2dd4e2bff112681e11853767e1347
SHA256 (stringencoders-v3.4.0.tar.gz) = 46e7215430726aba6ff4822ce99d2fa5e1c45683f598d0d898aff61f8bb34b5c
SIZE (stringencoders-v3.4.0.tar.gz) = 315436
MD5 (stringencoders-v3.7.0.tar.gz) = 36cf22e07f98cfb5e6f16560e35b550b
SHA256 (stringencoders-v3.7.0.tar.gz) = f68cae67d52ed4029d95387aa2095bb9c39319a5345bdae19cb06ea21137af47
SIZE (stringencoders-v3.7.0.tar.gz) = 340461

View File

@ -1,11 +0,0 @@
--- src/modp_b64.h.orig Tue Sep 25 22:39:43 2007
+++ src/modp_b64.h Tue Sep 25 22:40:03 2007
@@ -166,7 +166,7 @@
* \param[in] s the input string to encode
* \return a newly allocated b64 string. Empty if failed.
*/
- inline std::string b64_encode(const string& s)
+ inline std::string b64_encode(const std::string& s)
{
return b64_encode(s.data(), s.size());
}

View File

@ -1,11 +0,0 @@
--- src/modp_b64w.h.orig Tue Sep 25 22:39:48 2007
+++ src/modp_b64w.h Tue Sep 25 22:40:18 2007
@@ -173,7 +173,7 @@
* \param[in] s the input string to encode
* \return a newly allocated b64w string. Empty if failed.
*/
- inline std::string b64w_encode(const string& s)
+ inline std::string b64w_encode(const std::string& s)
{
return b64w_encode(s.data(), s.size());
}