Index: head/sysutils/unetbootin/Makefile =================================================================== --- head/sysutils/unetbootin/Makefile (revision 471557) +++ head/sysutils/unetbootin/Makefile (revision 471558) @@ -1,46 +1,46 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= unetbootin -PORTVERSION= 657 +PORTVERSION= 661 CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/UNetbootin/${PORTVERSION} +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Bootable Live USB creator for various Linux distributions LICENSE= GPLv2+ RUN_DEPENDS= 7z:archivers/p7zip \ syslinux:sysutils/syslinux \ mke2fs:sysutils/e2fsprogs USE_QT4= linguisttools_build moc_build qmake_build uic_build \ corelib gui network QMAKE_ARGS= DEFINES+=LOCALBASE=\\\\\\\"${LOCALBASE}\\\\\\\" NO_WRKSUBDIR= yes post-patch: - @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \ + @${REINPLACE_CMD} -e 's,/usr/,${PREFIX}/,g' \ ${WRKSRC}/main.cpp do-configure: ${LUPDATE} ${WRKSRC}/unetbootin.pro ${LRELEASE} ${WRKSRC}/unetbootin.pro cd ${WRKSRC} && ${QMAKE_ENV} ${QMAKE} ${QMAKE_ARGS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unetbootin ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/unetbootin.xpm \ ${STAGEDIR}${PREFIX}/share/pixmaps @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/unetbootin_*.qm ${STAGEDIR}${DATADIR} .for n in 16 22 24 32 48 64 128 192 256 512 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${n}x${n}/apps ${INSTALL_DATA} ${WRKSRC}/unetbootin_${n}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${n}x${n}/apps/unetbootin.png .endfor .include Index: head/sysutils/unetbootin/distinfo =================================================================== --- head/sysutils/unetbootin/distinfo (revision 471557) +++ head/sysutils/unetbootin/distinfo (revision 471558) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508836950 -SHA256 (unetbootin-source-657.tar.gz) = eacf0d8e7d712a34ae41f01c9a4c03cf01dd9a36284cd67475670c0ab5787690 -SIZE (unetbootin-source-657.tar.gz) = 749244 +TIMESTAMP = 1524913051 +SHA256 (unetbootin-source-661.tar.gz) = 0f909a1a473617e3b8d40d14741b6de58697c48b4c4c782d3d427a82a3b9cd10 +SIZE (unetbootin-source-661.tar.gz) = 768431 Index: head/sysutils/unetbootin/pkg-descr =================================================================== --- head/sysutils/unetbootin/pkg-descr (revision 471557) +++ head/sysutils/unetbootin/pkg-descr (revision 471558) @@ -1,6 +1,6 @@ UNetbootin allows to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD. This is useful when supplied ISO image cannot be directly written to USB drive or SD card to get a bootable media. -WWW: http://unetbootin.sourceforge.net/ +WWW: http://unetbootin.github.io/