svn commit: r405096 - in head/editors: openoffice-4 openoffice-devel
Don Lewis
truckman at FreeBSD.org
Sat Jan 2 20:58:45 UTC 2016
Author: truckman
Date: Sat Jan 2 20:58:43 2016
New Revision: 405096
URL: https://svnweb.freebsd.org/changeset/ports/405096
Log:
Correct the Icon entry in the .desktop files so that the icons are
visible in the menu.
PR: 205758
Modified:
head/editors/openoffice-4/Makefile
head/editors/openoffice-devel/Makefile
Modified: head/editors/openoffice-4/Makefile
==============================================================================
--- head/editors/openoffice-4/Makefile Sat Jan 2 20:45:29 2016 (r405095)
+++ head/editors/openoffice-4/Makefile Sat Jan 2 20:58:43 2016 (r405096)
@@ -3,6 +3,7 @@
PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION}
+PORTREVISION= 1
CATEGORIES= editors java
MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \
http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \
@@ -325,7 +326,7 @@ post-extract:
-e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_W3C}
post-patch:
- ${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '-${AOOSUFFIX}'/" \
+ ${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '${AOOVERSION1}'/" \
${WRKSRC}/sysui/desktop/productversion.mk
${REINPLACE_CMD} -e "s|%%JAVA_HOME%%|${JAVA_HOME}|" \
${WRKSRC}/desktop/scripts/soffice.sh
Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile Sat Jan 2 20:45:29 2016 (r405095)
+++ head/editors/openoffice-devel/Makefile Sat Jan 2 20:58:43 2016 (r405096)
@@ -3,7 +3,7 @@
PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION}
-#PORTREVISION= 1
+PORTREVISION= 1
PORTEPOCH= 4
CATEGORIES= editors java
MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \
@@ -336,7 +336,7 @@ post-extract:
-e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_W3C}
post-patch:
- ${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '-${AOOSUFFIX}'/" \
+ ${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '${AOOVERSION1}'/" \
${WRKSRC}/sysui/desktop/productversion.mk
${REINPLACE_CMD} -e "s|%%JAVA_HOME%%|${JAVA_HOME}|" \
${WRKSRC}/desktop/scripts/soffice.sh
More information about the svn-ports-all
mailing list