svn commit: r355957 - head/graphics/converseen

Guido Falsi madpilot at FreeBSD.org
Sat May 31 10:53:06 UTC 2014


Author: madpilot
Date: Sat May 31 10:53:05 2014
New Revision: 355957
URL: http://svnweb.freebsd.org/changeset/ports/355957
QAT: https://qat.redports.org/buildarchive/r355957/

Log:
  - Update to 0.7.2
  
  PR:		ports/190354
  Submitted by:	Fernando <fernando.apesteguia at gmail.com> (maintainer)

Modified:
  head/graphics/converseen/Makefile
  head/graphics/converseen/distinfo
  head/graphics/converseen/pkg-plist

Modified: head/graphics/converseen/Makefile
==============================================================================
--- head/graphics/converseen/Makefile	Sat May 31 10:50:57 2014	(r355956)
+++ head/graphics/converseen/Makefile	Sat May 31 10:53:05 2014	(r355957)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	converseen
-PORTVERSION=	0.7.1.1
+PORTVERSION=	0.7.2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/Converseen/Converseen%200.7/
 
@@ -15,6 +15,12 @@ USES=		cmake gettext iconv tar:bzip2
 USE_QT4=	corelib gui linguist_build moc_build qmake_build \
 		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
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/converseen
 

Modified: head/graphics/converseen/distinfo
==============================================================================
--- head/graphics/converseen/distinfo	Sat May 31 10:50:57 2014	(r355956)
+++ head/graphics/converseen/distinfo	Sat May 31 10:53:05 2014	(r355957)
@@ -1,2 +1,2 @@
-SHA256 (converseen-0.7.1.1.tar.bz2) = bd172ac5b29b938641c0c09a71d97ee290b82657218312efb0380a9f34d9b15e
-SIZE (converseen-0.7.1.1.tar.bz2) = 241531
+SHA256 (converseen-0.7.2.tar.bz2) = 64e96e47d760ba0aaedb688880c9b01adec66d24810d31a0cf72364c746858fd
+SIZE (converseen-0.7.2.tar.bz2) = 243668

Modified: head/graphics/converseen/pkg-plist
==============================================================================
--- head/graphics/converseen/pkg-plist	Sat May 31 10:50:57 2014	(r355956)
+++ head/graphics/converseen/pkg-plist	Sat May 31 10:53:05 2014	(r355957)
@@ -1,4 +1,5 @@
 bin/converseen
+share/appdata/converseen.appdata.xml
 share/applications/converseen.desktop
 %%DATADIR%%/loc/converseen_cs_CZ.qm
 %%DATADIR%%/loc/converseen_de_DE.qm
@@ -16,5 +17,6 @@ share/pixmaps/converseen.png
 @dirrmtry share/kde4/services/ServiceMenus
 @dirrmtry share/kde4/services
 @dirrmtry share/kde4
+ at dirrmtry share/appdata
 @dirrm %%DATADIR%%/loc
 @dirrm %%DATADIR%%


More information about the svn-ports-all mailing list