View | Details | Raw Unified | Return to bug 88597
Collapse All | Expand All

(-)gdc/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	gdc
8
PORTNAME=	gdc
9
PORTVERSION=	0.15
9
PORTVERSION=	0.16
10
PORTREVISION=	1
11
CATEGORIES=	lang
10
CATEGORIES=	lang
12
MASTER_SITES=	${MASTER_SITE_GCC} \
11
MASTER_SITES=	${MASTER_SITE_GCC} \
13
		http://home.earthlink.net/~dvdfrdmn/d/:gdc
12
		http://home.earthlink.net/~dvdfrdmn/d/:gdc
(-)gdc/distinfo (-2 / +2 lines)
Lines 1-5 Link Here
1
MD5 (gdc-0.15.tar.bz2) = 443e3b8faf86f21ef2c7f6bf584466f1
1
MD5 (gdc-0.16.tar.bz2) = 8591f5244088825573bbcff9aea1e1f3
2
SIZE (gdc-0.15.tar.bz2) = 858620
2
SIZE (gdc-0.16.tar.bz2) = 924218
3
MD5 (gcc-core-3.4-20050920.tar.bz2) = d1323b6dc41d28f67b724823fc7244ca
3
MD5 (gcc-core-3.4-20050920.tar.bz2) = d1323b6dc41d28f67b724823fc7244ca
4
SIZE (gcc-core-3.4-20050920.tar.bz2) = 11115747
4
SIZE (gcc-core-3.4-20050920.tar.bz2) = 11115747
5
MD5 (gcc-g++-3.4-20050920.tar.bz2) = 6640e827ec158e2df44d4ae58b771765
5
MD5 (gcc-g++-3.4-20050920.tar.bz2) = 6640e827ec158e2df44d4ae58b771765
(-)gdc/pkg-plist (+2 lines)
Lines 1-5 Link Here
1
bin/gdc
1
bin/gdc
2
bin/cc1d
2
bin/cc1d
3
include/d/%%GCC_VER%%/etc/gamma.d
3
include/d/%%GCC_VER%%/etc/c/zlib.d
4
include/d/%%GCC_VER%%/etc/c/zlib.d
4
include/d/%%GCC_VER%%/etc/c/recls/recls.h
5
include/d/%%GCC_VER%%/etc/c/recls/recls.h
5
include/d/%%GCC_VER%%/etc/c/recls/recls_assert.h
6
include/d/%%GCC_VER%%/etc/c/recls/recls_assert.h
Lines 122-127 Link Here
122
include/d/%%GCC_VER%%/std/c/stdlib.d
123
include/d/%%GCC_VER%%/std/c/stdlib.d
123
include/d/%%GCC_VER%%/std/c/time.d
124
include/d/%%GCC_VER%%/std/c/time.d
124
include/d/%%GCC_VER%%/std/c/darwin/darwin.d
125
include/d/%%GCC_VER%%/std/c/darwin/darwin.d
126
include/d/%%GCC_VER%%/std/c/darwin/ldblcompat.d
125
include/d/%%GCC_VER%%/std/c/linux/linux.d
127
include/d/%%GCC_VER%%/std/c/linux/linux.d
126
include/d/%%GCC_VER%%/std/c/linux/linuxextern.d
128
include/d/%%GCC_VER%%/std/c/linux/linuxextern.d
127
include/d/%%GCC_VER%%/std/c/linux/socket.d
129
include/d/%%GCC_VER%%/std/c/linux/socket.d

Return to bug 88597