diff options
author | schnoebe <schnoebe@pkgsrc.org> | 2012-12-21 00:10:59 +0000 |
---|---|---|
committer | schnoebe <schnoebe@pkgsrc.org> | 2012-12-21 00:10:59 +0000 |
commit | d0de73d75620e2b0b5073bb5242dd42cd299a73c (patch) | |
tree | 448e4c6e39a8f282e2f04a35315b7429988904b8 /chat/spectrum/Makefile | |
parent | d4d18fa14504b88000f2f6055206faf437044d53 (diff) | |
download | pkgsrc-d0de73d75620e2b0b5073bb5242dd42cd299a73c.tar.gz |
Add two new patches:
* handle building with NetBSD 6's 64bit time_t on a 32 bit platform
* reorder src/utf8/checked.h to define the append() function
before using it later on in the same file.
Also updated the MASTER_SITES to reference the new download site.
Diffstat (limited to 'chat/spectrum/Makefile')
-rw-r--r-- | chat/spectrum/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/spectrum/Makefile b/chat/spectrum/Makefile index 9388099a000..2f072baaefa 100644 --- a/chat/spectrum/Makefile +++ b/chat/spectrum/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2012/12/15 10:36:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2012/12/21 00:10:59 schnoebe Exp $ DISTNAME= spectrum-1.4.8 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= chat -MASTER_SITES= http://spectrum.im/attachments/download/43/ +MASTER_SITES= http://cloud.github.com/downloads/hanzz/libtransport/ MAINTAINER= schnoebe@NetBSD.org HOMEPAGE= http://spectrum.im/ |