update to 20141228 development snapshot.
This commit is contained in:
parent
e329d0ee45
commit
6eca0f12b0
3 changed files with 10 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.14 2014/07/16 20:17:37 plunky Exp $
|
# $NetBSD: Makefile,v 1.15 2014/12/30 14:49:18 plunky Exp $
|
||||||
|
|
||||||
DISTNAME= pcc-${DATE_STR}
|
DISTNAME= pcc-${DATE_STR}
|
||||||
PKGNAME= pcc-current-${DATE_STR}
|
PKGNAME= pcc-current-${DATE_STR}
|
||||||
|
@ -11,7 +11,7 @@ HOMEPAGE= http://pcc.ludd.ltu.se/
|
||||||
COMMENT= Portable C compiler
|
COMMENT= Portable C compiler
|
||||||
LICENSE= pcc-license
|
LICENSE= pcc-license
|
||||||
|
|
||||||
DATE_STR= 20140706
|
DATE_STR= 20141228
|
||||||
|
|
||||||
CONFLICTS= pcc-[0-9]*
|
CONFLICTS= pcc-[0-9]*
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
@comment $NetBSD: PLIST,v 1.4 2014/04/01 18:48:54 plunky Exp $
|
@comment $NetBSD: PLIST,v 1.5 2014/12/30 14:49:18 plunky Exp $
|
||||||
|
bin/p++
|
||||||
bin/pcc
|
bin/pcc
|
||||||
bin/pcpp
|
bin/pcpp
|
||||||
libexec/ccom
|
libexec/ccom
|
||||||
|
@ -6,4 +7,6 @@ libexec/cpp
|
||||||
libexec/cxxcom
|
libexec/cxxcom
|
||||||
man/man1/ccom.1
|
man/man1/ccom.1
|
||||||
man/man1/cpp.1
|
man/man1/cpp.1
|
||||||
|
man/man1/p++.1
|
||||||
man/man1/pcc.1
|
man/man1/pcc.1
|
||||||
|
man/man1/pcpp.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.12 2014/07/16 20:17:37 plunky Exp $
|
$NetBSD: distinfo,v 1.13 2014/12/30 14:49:18 plunky Exp $
|
||||||
|
|
||||||
SHA1 (pcc-20140706.tgz) = 8cc22a022daa8712bdb0f84e912b10604357058e
|
SHA1 (pcc-20141228.tgz) = 66a23c0a0427ea9f5f6e96bb41947f3940bed7ab
|
||||||
RMD160 (pcc-20140706.tgz) = 1f4c3070f2f2f0e6ae6e8d0bc37072b6c330c26f
|
RMD160 (pcc-20141228.tgz) = 456d70ea821904cf06d608252e8a03fda050c926
|
||||||
Size (pcc-20140706.tgz) = 811068 bytes
|
Size (pcc-20141228.tgz) = 851959 bytes
|
||||||
|
|
Loading…
Reference in a new issue