svn commit: r366769 - in head/graphics/converseen: . files
Jason E. Hale
jhale at FreeBSD.org
Sun Aug 31 14:37:45 UTC 2014
Author: jhale
Date: Sun Aug 31 14:37:44 2014
New Revision: 366769
URL: http://svnweb.freebsd.org/changeset/ports/366769
QAT: https://qat.redports.org/buildarchive/r366769/
Log:
- Update to 0.8.3
While here:
- Add LICENSE_FILE
- Remove unneeded hack from Makefile
PR: 193103
Submitted by: <fernando.apesteguia at gmail.com> (maintainer)
Deleted:
head/graphics/converseen/files/
Modified:
head/graphics/converseen/Makefile
head/graphics/converseen/distinfo
Modified: head/graphics/converseen/Makefile
==============================================================================
--- head/graphics/converseen/Makefile Sun Aug 31 14:34:08 2014 (r366768)
+++ head/graphics/converseen/Makefile Sun Aug 31 14:37:44 2014 (r366769)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= converseen
-PORTVERSION= 0.8.2
+PORTVERSION= 0.8.3
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%200.8/
@@ -10,6 +10,7 @@ MAINTAINER= fernando.apesteguia at gmail.co
COMMENT= Easy to use graphics conversion utility
LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
@@ -18,8 +19,6 @@ USE_QT4= corelib gui linguist_build moc_
rcc_build uic_build
post-patch:
- @${REINPLACE_CMD} -e '/^ appdata.path =/s|/usr/share|$$$${SHARE_DIR}|' \
- ${WRKSRC}/converseen.pro
@${REINPLACE_CMD} -e '/^install(FILES converseen.appdata.xml/s|/usr|$${CMAKE_INSTALL_PREFIX}|' \
${WRKSRC}/CMakeLists.txt
Modified: head/graphics/converseen/distinfo
==============================================================================
--- head/graphics/converseen/distinfo Sun Aug 31 14:34:08 2014 (r366768)
+++ head/graphics/converseen/distinfo Sun Aug 31 14:37:44 2014 (r366769)
@@ -1,2 +1,2 @@
-SHA256 (converseen-0.8.2.tar.bz2) = 14be03e3b3ed850bc65f6400060a5c737dedaa69ed4c5fc691435288c4e1e2b5
-SIZE (converseen-0.8.2.tar.bz2) = 243451
+SHA256 (converseen-0.8.3.tar.bz2) = 760292a1d9e9307e9dee2dae3d918be264d79f98dccb348cf775379e2676f786
+SIZE (converseen-0.8.3.tar.bz2) = 243424
More information about the svn-ports-head
mailing list