diff options
author | obache <obache@pkgsrc.org> | 2010-02-27 04:27:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-27 04:27:39 +0000 |
commit | 5384cd965f2b32db7d7bf696520bba5001418f39 (patch) | |
tree | 0d947427415f22988d3dfede7eec78f544cdf18e /net/msdl/Makefile | |
parent | 0fd8113c161bf00dc35d7108bbf053aa4ba8c64a (diff) | |
download | pkgsrc-5384cd965f2b32db7d7bf696520bba5001418f39.tar.gz |
Update msdl to 1.2.7r1.
Version 1.2.7-r1.
-- msdl
* 14th release
* bugfix release to delete MSG_NOSIGNAL and added SIGPIPE,SIG_IGN, for more portability.
Diffstat (limited to 'net/msdl/Makefile')
-rw-r--r-- | net/msdl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/msdl/Makefile b/net/msdl/Makefile index 74c7fd63fa6..a662b5d50c3 100644 --- a/net/msdl/Makefile +++ b/net/msdl/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2010/02/24 01:20:05 obache Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/27 04:27:39 obache Exp $ # -DISTNAME= msdl-1.2.7 +DISTNAME= msdl-1.2.7-r1 +PKGNAME= ${DISTNAME:S/-r/r/} CATEGORIES= net multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msdl/} |