diff --git a/x11/qimageblitz/Makefile b/x11/qimageblitz/Makefile index 1306c649cef2..c778dbc54b5b 100644 --- a/x11/qimageblitz/Makefile +++ b/x11/qimageblitz/Makefile @@ -1,36 +1,35 @@ # Created by: Martin Wilke PORTNAME= qimageblitz -PORTVERSION= 0.1.0 # a made-up version also used in some linux distros, otherwise we need to add PORTEPOCH -PORTREVISION= 1 +PORTVERSION= 0.1.0.${SVN_REVISION} # a made-up version also used in some linux distros, otherwise we need to add PORTEPOCH CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org COMMENT= Graphical effects and filters library for Qt5 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING FETCH_DEPENDS= svn:devel/subversion USES= cmake compiler:c++11-lang qt:5 USE_LDCONFIG= yes USE_QT= core gui widgets qmake_build buildtools_build USE_CXXSTD= gnu++98 SVN_URL= svn://anonsvn.kde.org/home/kde/trunk/kdesupport/qimageblitz -SVN_REVISION= 1515099 +SVN_REVISION= 1548172 do-fetch: @if [ "${FORCE_FETCH_ALL}" = "true" ] || ! [ -f "${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}" ]; then \ ${MKDIR} ${DISTDIR}/${DIST_SUBDIR} && \ cd ${DISTDIR}/${DIST_SUBDIR} && \ svn co -r ${SVN_REVISION} ${SVN_URL} ${PORTNAME}-${DISTVERSIONFULL} && \ (cd ${PORTNAME}-${DISTVERSIONFULL} && ${RM} -r .svn) && \ ${FIND} ${PORTNAME}-${DISTVERSIONFULL} -and -exec ${TOUCH} -h -d 1970-01-01T00:00:00Z {} \; && \ ${FIND} ${PORTNAME}-${DISTVERSIONFULL} -print0 | LC_ALL=C ${SORT} -z | \ ${TAR} czf ${PORTNAME}-${DISTVERSIONFULL}${EXTRACT_SUFX} --format=bsdtar --uid 0 --gid 0 --options gzip:!timestamp --no-recursion --null -T - && \ ${RM} -r ${PORTNAME}-${DISTVERSIONFULL}; \ fi .include diff --git a/x11/qimageblitz/distinfo b/x11/qimageblitz/distinfo index bbab731dacc0..15fe005eeab4 100644 --- a/x11/qimageblitz/distinfo +++ b/x11/qimageblitz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1555132095 -SHA256 (qimageblitz-0.1.0.tar.gz) = c1800a8200a15c8de3332f7572b7d942f696fdd1414f8d6810d7d74853255def -SIZE (qimageblitz-0.1.0.tar.gz) = 58026 +TIMESTAMP = 1658095484 +SHA256 (qimageblitz-0.1.0.1548172.tar.gz) = 4685696be46e52a976e3a7ebb45d6b76f3a2689b6014452a15184b08a810a8f7 +SIZE (qimageblitz-0.1.0.1548172.tar.gz) = 58048