diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-08 11:25:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-08 11:25:06 +0800 |
commit | 66a8bee935863066672bd6b9c8e48f60e09b20a6 (patch) | |
tree | 1d576eb799436c03e6b0feaac7e1c8f1596b5c5e /x11 | |
parent | 9f0427e5509f60fd5f9f328e30870d7d42874663 (diff) | |
download | freebsd-ports-gnome-66a8bee935863066672bd6b9c8e48f60e09b20a6.tar.gz freebsd-ports-gnome-66a8bee935863066672bd6b9c8e48f60e09b20a6.tar.zst freebsd-ports-gnome-66a8bee935863066672bd6b9c8e48f60e09b20a6.zip |
- Update to 0.4.0
- Add LICENSE
- Sort LIB_DEPENDS
- Use USES=libtool
- Do not silence installation message
- Bump PORTREVISION for graphics/webp shlib change
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4-runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 6d5909e4f81c..b9fb97a49bc1 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -2,7 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} |