diff options
author | David Naylor <dbn@FreeBSD.org> | 2016-10-31 06:58:31 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2016-10-31 06:58:31 +0000 |
commit | 93273fcdf5a2242a0ffdd664e945cf47d2ab0b7b (patch) | |
tree | 0aff963e63dd1bafe4ff401da3faebceff1bbd36 /x11-toolkits/gtk-sharp30 | |
parent | 49bd4732b6b2404d7e927097e5775bbc562614ae (diff) | |
download | ports-93273fcdf5a2242a0ffdd664e945cf47d2ab0b7b.tar.gz ports-93273fcdf5a2242a0ffdd664e945cf47d2ab0b7b.zip |
lang/mono: update to 4.6.1.5.
USES=mono: add nuget argument
The nuget argument adds support for nuget packages. The nuget
packages must be specified in the NUGET_DEPENDS variable.
devel/monodevelop: update to 6.1.1.15
- Switch to github. The other official source is quite a few versions
behind.
- Add missing dependencies (fsharp, ssl2, curl)
- Add required nuget packages
- Add required external repositories
- Drop options. Although ./configure offers these flags, there is no
functional change (i.e. no-op)
- All patches have been upstreamed (and the one we need is from
upstream).
lang/fsharp: update to 4.0.1.15
- convert to use the nuget argument.
ChangeLog:
- Fix null condition in Fsc task
lang/mono-devel: update to 4.6
- switch to new test target (currently tests the port to be installed)
www/gecko-sharp20: depreciate: broken and no-upstream
- Give 1 month for anyone to complain that this port is being removed.
x11-toolkits/gtk-sharp30: bump PORTREVISION
- Add LICENSE information
- Add missing dependencies (per stage-qa)
x11-toolkits/gtk-sharp20: update to 2.12.40.
- Add LICENSE information
- Add missing dependencies (per stage-qa)
- Change download location per Mono's Gtk# website.
PR: 213484
PR: 213796
Reviewed by: mat, romain
Differential Revision: https://reviews.freebsd.org/D8339
Notes
Notes:
svn path=/head/; revision=424974
Diffstat (limited to 'x11-toolkits/gtk-sharp30')
-rw-r--r-- | x11-toolkits/gtk-sharp30/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-toolkits/gtk-sharp30/Makefile b/x11-toolkits/gtk-sharp30/Makefile index e2eaa2eeb3ff..92180dd43bd1 100644 --- a/x11-toolkits/gtk-sharp30/Makefile +++ b/x11-toolkits/gtk-sharp30/Makefile @@ -3,6 +3,7 @@ PORTNAME= gtk-sharp PORTVERSION= 2.99.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME PKGNAMESUFFIX= 30 @@ -10,12 +11,16 @@ PKGNAMESUFFIX= 30 MAINTAINER= kwm@FreeBSD.org COMMENT= GTK+ and GNOME interfaces for the .NET runtime +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libinotify.so:devel/libinotify RUN_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gtk30 -USES= gmake libtool mono pathfix perl5 pkgconfig shebangfix tar:xz +USE_GNOME= cairo gdkpixbuf2 gtk30 +USES= gettext-runtime gmake libtool mono pathfix perl5 pkgconfig shebangfix tar:xz SHEBANG_FILES= parser/*.pl USE_PERL5= run MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} |