diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-01-18 22:52:44 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-01-18 22:52:44 +0000 |
commit | 2b6df71b8580567c4df672c56418335258d0df4e (patch) | |
tree | 3f3a779aea66f432ccc314f90d846870a8f3314a /net/asio/Makefile | |
parent | f31de80284dd9a53a69f3253ba51c490d828490f (diff) | |
download | ports-2b6df71b8580567c4df672c56418335258d0df4e.tar.gz ports-2b6df71b8580567c4df672c56418335258d0df4e.zip |
- update to 1.4.8
changelogs:
http://sourceforge.net/projects/asio/files/asio/1.4.6%20%28Stable%29/README.txt/view
http://sourceforge.net/projects/asio/files/asio/1.4.7%20%28Stable%29/README.txt/view
http://sourceforge.net/projects/asio/files/asio/1.4.8%20%28Stable%29/README.txt/view
PR: 159165
Submitted by: Olivier Duchateau <duchateau.olivier at gmail dot com>
Approved by: acm (maintainer timeout; 5 months+)
Notes
Notes:
svn path=/head/; revision=289427
Diffstat (limited to 'net/asio/Makefile')
-rw-r--r-- | net/asio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asio/Makefile b/net/asio/Makefile index ce6ab36ce89e..c0abb3e111a6 100644 --- a/net/asio/Makefile +++ b/net/asio/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asio -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.8 CATEGORIES= net devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20(Stable)/ |