svn commit: r498793 - in head: . x11 x11/qimageblitz x11/qimageblitz/files

Mathieu Arnold mat at FreeBSD.org
Sat Apr 13 11:16:21 UTC 2019


On Sat, Apr 13, 2019 at 05:32:05AM +0000, Yuri Victorovich wrote:
> +FETCH_DEPENDS=	svn:devel/subversion

All our base systems have svnlite, doesn't it work for this purpose?

> +USES=		cmake qt:5
>  USE_LDCONFIG=	yes
> -USE_QT=		corelib gui qmake_build moc_build uic_build rcc_build
> -USES=		cmake qt:4 tar:bzip2
> +USE_QT=		core gui widgets qmake_build buildtools_build
>  USE_CXXSTD=	gnu++98
>  
> -post-patch:
> -	${REINPLACE_CMD} -e \
> -		's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \
> -		${WRKSRC}/blitz/CMakeLists.txt
> +SVN_URL=	svn://anonsvn.kde.org/home/kde/trunk/kdesupport/qimageblitz
> +SVN_REVISION=	1515099
> +
> +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 <bsd.port.mk>
> 
> Modified: head/x11/qimageblitz/distinfo
> ==============================================================================
> --- head/x11/qimageblitz/distinfo	Sat Mar 16 21:52:35 2019	(r495966)
> +++ head/x11/qimageblitz/distinfo	Sat Apr 13 05:32:05 2019	(r498793)
> @@ -1,2 +1,3 @@
> -SHA256 (qimageblitz-0.0.6.tar.bz2) = 9f102269dec50641440e23a449df215a0db9efef9a3969939d618c5e78a5010f
> -SIZE (qimageblitz-0.0.6.tar.bz2) = 57617
> +TIMESTAMP = 1555132095
> +SHA256 (qimageblitz-0.1.0.tar.gz) = c1800a8200a15c8de3332f7572b7d942f696fdd1414f8d6810d7d74853255def
> +SIZE (qimageblitz-0.1.0.tar.gz) = 58026
> 
> Modified: head/x11/qimageblitz/pkg-plist
> ==============================================================================
> --- head/x11/qimageblitz/pkg-plist	Sat Mar 16 21:52:35 2019	(r495966)
> +++ head/x11/qimageblitz/pkg-plist	Sat Apr 13 05:32:05 2019	(r498793)
> @@ -3,6 +3,6 @@ include/qimageblitz/blitzcpu.h
>  include/qimageblitz/qimageblitz.h
>  include/qimageblitz/qimageblitz_export.h
>  lib/libqimageblitz.so
> -lib/libqimageblitz.so.4
> -lib/libqimageblitz.so.4.0.0
> +lib/libqimageblitz.so.5
> +lib/libqimageblitz.so.5.0.0
>  libdata/pkgconfig/qimageblitz.pc
> 
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190413/da39276a/attachment.sig>


More information about the svn-ports-all mailing list