diff options
author | makc <makc@FreeBSD.org> | 2015-08-25 05:04:33 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-08-25 05:04:33 +0800 |
commit | d07dc80db017feb6d40acd7b6528d4c2bbe79529 (patch) | |
tree | 7b6d7347ebefc2e2b299882d55e36abf9d6342f4 /misc | |
parent | 7c0e0251e8395135c41e2edb4e65c459872cbe51 (diff) | |
download | freebsd-ports-gnome-d07dc80db017feb6d40acd7b6528d4c2bbe79529.tar.gz freebsd-ports-gnome-d07dc80db017feb6d40acd7b6528d4c2bbe79529.tar.zst freebsd-ports-gnome-d07dc80db017feb6d40acd7b6528d4c2bbe79529.zip |
misc/qt5ct:
- Update to 0.13
- Use new options helpers
Diffstat (limited to 'misc')
-rw-r--r-- | misc/qt5ct/Makefile | 4 | ||||
-rw-r--r-- | misc/qt5ct/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/qt5ct/Makefile b/misc/qt5ct/Makefile index a3fd5411b605..aa8df9b16f78 100644 --- a/misc/qt5ct/Makefile +++ b/misc/qt5ct/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qt5ct -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME} @@ -13,7 +13,7 @@ USE_QT5= gui svg widgets buildtools_build linguisttools_build OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}/${DOCSDIR} && \ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR} diff --git a/misc/qt5ct/distinfo b/misc/qt5ct/distinfo index 16ff477baa7b..483c5c788992 100644 --- a/misc/qt5ct/distinfo +++ b/misc/qt5ct/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt5ct-0.12.tar.bz2) = b7f9e8840db096b031680b0e35956436c2e7b5eb261b080ec9a1adb582a90b4f -SIZE (qt5ct-0.12.tar.bz2) = 32653 +SHA256 (qt5ct-0.13.tar.bz2) = 752338080244c64d7354b30c83cb7a680a7e22a817fe2610acf0e4b018882bd1 +SIZE (qt5ct-0.13.tar.bz2) = 33755 |