diff options
author | dhn <dhn@FreeBSD.org> | 2012-05-02 04:13:14 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2012-05-02 04:13:14 +0800 |
commit | 5f3956c87d6187df8d96d7cbe4381d0a95bf259b (patch) | |
tree | 7b53391527754bdb9481640a97c09062a194e585 /devel | |
parent | 30ea9f715ba7c4887d4168d7cd62fee1219529be (diff) | |
download | freebsd-ports-gnome-5f3956c87d6187df8d96d7cbe4381d0a95bf259b.tar.gz freebsd-ports-gnome-5f3956c87d6187df8d96d7cbe4381d0a95bf259b.tar.zst freebsd-ports-gnome-5f3956c87d6187df8d96d7cbe4381d0a95bf259b.zip |
- Update to 0.5
PR: ports/167414
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Diffstat (limited to 'devel')
-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 |