diff options
author | plunky <plunky> | 2014-12-30 14:49:18 +0000 |
---|---|---|
committer | plunky <plunky> | 2014-12-30 14:49:18 +0000 |
commit | ec69103a9a13b4364fff38f3212363f704d63701 (patch) | |
tree | 9168bfdd3ede34f9cab2566da9756d7f56ac908a | |
parent | 6ee04e2bc49836b15a1f2226507276e60dcd9a0f (diff) | |
download | pkgsrc-ec69103a9a13b4364fff38f3212363f704d63701.tar.gz |
update to 20141228 development snapshot.
-rw-r--r-- | lang/pcc-current/Makefile | 4 | ||||
-rw-r--r-- | lang/pcc-current/PLIST | 5 | ||||
-rw-r--r-- | lang/pcc-current/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/lang/pcc-current/Makefile b/lang/pcc-current/Makefile index ecdc7a35743..3af831bd755 100644 --- a/lang/pcc-current/Makefile +++ b/lang/pcc-current/Makefile @@ -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} PKGNAME= pcc-current-${DATE_STR} @@ -11,7 +11,7 @@ HOMEPAGE= http://pcc.ludd.ltu.se/ COMMENT= Portable C compiler LICENSE= pcc-license -DATE_STR= 20140706 +DATE_STR= 20141228 CONFLICTS= pcc-[0-9]* diff --git a/lang/pcc-current/PLIST b/lang/pcc-current/PLIST index 8788ebbbcf1..d60caf4ac5b 100644 --- a/lang/pcc-current/PLIST +++ b/lang/pcc-current/PLIST @@ -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/pcpp libexec/ccom @@ -6,4 +7,6 @@ libexec/cpp libexec/cxxcom man/man1/ccom.1 man/man1/cpp.1 +man/man1/p++.1 man/man1/pcc.1 +man/man1/pcpp.1 diff --git a/lang/pcc-current/distinfo b/lang/pcc-current/distinfo index 41067c80ca4..508f412ab60 100644 --- a/lang/pcc-current/distinfo +++ b/lang/pcc-current/distinfo @@ -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 -RMD160 (pcc-20140706.tgz) = 1f4c3070f2f2f0e6ae6e8d0bc37072b6c330c26f -Size (pcc-20140706.tgz) = 811068 bytes +SHA1 (pcc-20141228.tgz) = 66a23c0a0427ea9f5f6e96bb41947f3940bed7ab +RMD160 (pcc-20141228.tgz) = 456d70ea821904cf06d608252e8a03fda050c926 +Size (pcc-20141228.tgz) = 851959 bytes |