diff options
author | theraven <theraven@FreeBSD.org> | 2013-08-29 02:26:01 +0800 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2013-08-29 02:26:01 +0800 |
commit | 93403bfd81b1d886476fb8cff35443caf1f078ed (patch) | |
tree | ab5064afd823ae17563635026226e53774a6614d /misc | |
parent | 423247221bb4172753a74ac9b8e532553e2d4f7c (diff) | |
download | freebsd-ports-gnome-93403bfd81b1d886476fb8cff35443caf1f078ed.tar.gz freebsd-ports-gnome-93403bfd81b1d886476fb8cff35443caf1f078ed.tar.zst freebsd-ports-gnome-93403bfd81b1d886476fb8cff35443caf1f078ed.zip |
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.
Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them.
Approved by: bapt
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnustep-examples/Makefile | 6 | ||||
-rw-r--r-- | misc/gnustep-examples/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index f03e61ec0c47..13b91af57d07 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= gnustep-examples -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= misc gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} -MASTER_SITE_SUBDIR= core +MASTER_SITE_SUBDIR= usr-apps -MAINTAINER= ports@FreeBSD.org +MAINTAINER= theraven@FreeBSD.org COMMENT= GNUstep example applications USE_GNUSTEP= yes diff --git a/misc/gnustep-examples/distinfo b/misc/gnustep-examples/distinfo index f6c5031c0c82..70aa006300ea 100644 --- a/misc/gnustep-examples/distinfo +++ b/misc/gnustep-examples/distinfo @@ -1,4 +1,2 @@ -SHA256 (gnustep-examples-1.2.0.tar.gz) = 8c2b1c1ec29934df5a60d2783b93a249fc28b0373bdb3fb3134c086bf11ba160 -SIZE (gnustep-examples-1.2.0.tar.gz) = 273753 -SHA256 (gnustep-examples-1.3.0.tar.gz) = 7e848b9cd6dfe00f101f71c76e27bb46fd8a76aeefdf19e5ce0508e0413b221c -SIZE (gnustep-examples-1.3.0.tar.gz) = 295888 +SHA256 (gnustep-examples-1.4.0.tar.gz) = 4b3874f78b301407000699a3ac12cb3d05a3f772a7230f033c5082067240ffc1 +SIZE (gnustep-examples-1.4.0.tar.gz) = 681536 |