diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2012-05-01 20:13:14 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2012-05-01 20:13:14 +0000 |
commit | 35c332f0b5cddd9ddc7f6c6667232416bb3b0fad (patch) | |
tree | 12b39b716ac4bdce427cf9bf08c9e5a2e9105ab4 | |
parent | 96f20bb1ec80b4773aa1129ff5ad0a549f3bac1f (diff) | |
download | ports-35c332f0b5cddd9ddc7f6c6667232416bb3b0fad.tar.gz ports-35c332f0b5cddd9ddc7f6c6667232416bb3b0fad.zip |
Notes
-rw-r--r-- | devel/pure-stldict/Makefile | 3 | ||||
-rw-r--r-- | devel/pure-stldict/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/pure-stldict/Makefile b/devel/pure-stldict/Makefile index 58b1a6d1005a..c85ccf85736a 100644 --- a/devel/pure-stldict/Makefile +++ b/devel/pure-stldict/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pure-stldict -PORTVERSION= 0.3 +PORTVERSION= 0.5 CATEGORIES= devel MAINTAINER= lichray@gmail.com @@ -17,7 +17,6 @@ USE_PURE= yes USE_GCC= 4.6+ CXX= g++${GCC_DEFAULT_V} CXXFLAGS+= -std=c++0x -DHAVE_STD_IS_PERMUTATION -CXXFLAGS+= -DHAVE_STD_IS_PERMUTATION .include <bsd.port.pre.mk> .include "${PORTSDIR}/lang/pure/bsd.pure.mk" diff --git a/devel/pure-stldict/distinfo b/devel/pure-stldict/distinfo index 30c52bacfd58..32abfa4e1b58 100644 --- a/devel/pure-stldict/distinfo +++ b/devel/pure-stldict/distinfo @@ -1,2 +1,2 @@ -SHA256 (pure/pure-stldict-0.3.tar.gz) = 86e3c1402e86c7c637d3191b94800121fda2724b0a5641a9f39becde0462567e -SIZE (pure/pure-stldict-0.3.tar.gz) = 64546 +SHA256 (pure/pure-stldict-0.5.tar.gz) = 3c12b4e15d79955e28d025d62525685e3bdbf4a07a3849cffad82eeb578e022b +SIZE (pure/pure-stldict-0.5.tar.gz) = 64968 |