diff options
author | flz <flz@FreeBSD.org> | 2009-02-09 17:00:01 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-02-09 17:00:01 +0800 |
commit | 84f177df4b25e296ab4e88ac43b3003773c26aab (patch) | |
tree | 632be02dafcc169396f21eceaade4ef8ecebd624 /x11-toolkits/libgdiplus | |
parent | c555079d778ca2b1a799a99246cabc428845a315 (diff) | |
download | freebsd-ports-graphics-84f177df4b25e296ab4e88ac43b3003773c26aab.tar.gz freebsd-ports-graphics-84f177df4b25e296ab4e88ac43b3003773c26aab.tar.zst freebsd-ports-graphics-84f177df4b25e296ab4e88ac43b3003773c26aab.zip |
- Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.
PR: ports/129724
Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team)
Diffstat (limited to 'x11-toolkits/libgdiplus')
-rw-r--r-- | x11-toolkits/libgdiplus/Makefile | 17 | ||||
-rw-r--r-- | x11-toolkits/libgdiplus/distinfo | 6 |
2 files changed, 10 insertions, 13 deletions
diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile index e17062559ff..ff3cf89305b 100644 --- a/x11-toolkits/libgdiplus/Makefile +++ b/x11-toolkits/libgdiplus/Makefile @@ -3,29 +3,26 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.42 2007/09/08 22:11:12 killfill Exp $ +# $Id: Makefile,v 1.46 2007/12/13 19:37:18 killfill Exp $ # PORTNAME= libgdiplus -PORTVERSION= 1.2.5 -PORTREVISION= 3 +PORTVERSION= 2.0 CATEGORIES= x11-toolkits -MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ +MASTER_SITES= ftp://ftp.novell.com/pub/mono/sources/${PORTNAME}/ -MAINTAINER= bsd-sharp@googlegroups.com +MAINTAINER= mono@FreeBSD.org COMMENT= GDI+ API for System.Windows.Forms in Mono LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ ungif.5:${PORTSDIR}/graphics/libungif \ - png.5:${PORTSDIR}/graphics/png \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - freetype.9:${PORTSDIR}/print/freetype2 + png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_GNOME= gnomehack gnometarget glib20 USE_GMAKE= yes -USE_XORG= x11 xrender -USE_LDCONFIG= yes +USE_XLIB= yes +USE_LDCONFIG= yes LIBTOOLFILES= configure cairo/configure USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/libgdiplus/distinfo b/x11-toolkits/libgdiplus/distinfo index 5f4c5dbcca9..5674ca423fe 100644 --- a/x11-toolkits/libgdiplus/distinfo +++ b/x11-toolkits/libgdiplus/distinfo @@ -1,3 +1,3 @@ -MD5 (libgdiplus-1.2.5.tar.bz2) = 82bbf6ca86b85e5148a15d8d88c6e548 -SHA256 (libgdiplus-1.2.5.tar.bz2) = 28edc21bc49f3791438ea70b5de944c4118a6daa557425f3209102379042e926 -SIZE (libgdiplus-1.2.5.tar.bz2) = 2942165 +MD5 (libgdiplus-2.0.tar.bz2) = dc732fb2d996b54405c27645cb8642d9 +SHA256 (libgdiplus-2.0.tar.bz2) = 0a308dc3a8d1a91f036502ed45b8debc3c6f838d86cf6e15430c6969ab4a33b1 +SIZE (libgdiplus-2.0.tar.bz2) = 1971529 |