On 18 January 2011 ?. 22:09:53 Marco Peereboom wrote:
> anyone?
Oops, there is packaging problem with .desktop file: pkg-subst replaces
TRUEPREFIX only in the beginning of line, so the file is actually
copied with ${TRUEPREFIX}/bin/xxxterm (and so) line itself. Updated
patch below.
--
Best wishes,
Vadim Zhukov
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/xxxterm/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile 9 Jan 2011 21:28:37 -0000 1.12
+++ Makefile 19 Jan 2011 03:01:04 -0000
@@ -2,7 +2,7 @@
COMMENT = vi-like minimalists web browser
-DISTNAME = xxxterm-1.226
+DISTNAME = xxxterm-1.275
CATEGORIES = www
@@ -50,8 +50,7 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/xxxterm/
${INSTALL_DATA} ${WRKSRC}/xxxtermicon*.png ${PREFIX}/share/xxxterm/
${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
- @${SUBST_CMD} -c ${WRKSRC}/xxxterm.desktop
${PREFIX}/share/applications/xxxterm.desktop
- ${INSTALL_DATA} ${WRKSRC}/xxxterm.desktop ${PREFIX}/share/applications/
- ${CHOWN} ${SHAREOWN}:${SHAREGRP}
$(PREFIX)/share/applications/xxxterm.desktop
+ ${INSTALL_DATA} ${WRKSRC}/xxxterm.desktop
${PREFIX}/share/applications/xxxterm.desktop
+ ${SUBST_CMD} ${PREFIX}/share/applications/xxxterm.desktop
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/xxxterm/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo 9 Jan 2011 21:28:37 -0000 1.8
+++ distinfo 19 Jan 2011 03:01:04 -0000
@@ -1,5 +1,5 @@
-MD5 (xxxterm-1.226.tgz) = rGSq8lv/qqHUy/MKhgiX7w==
-RMD160 (xxxterm-1.226.tgz) = Zztf0SpiaxshUyeRoG+OtjO7goU=
-SHA1 (xxxterm-1.226.tgz) = uQcTZk1gmFEQwOMKxPFSFmNh1rY=
-SHA256 (xxxterm-1.226.tgz) = 94AI2MFunhjDk/lBW+3de8GkkcYh+Y5L+soab2jge7A=
-SIZE (xxxterm-1.226.tgz) = 124171
+MD5 (xxxterm-1.275.tgz) = fE223846IS1FhLDu6b2R7g==
+RMD160 (xxxterm-1.275.tgz) = 5nLeg5hUw6wF7dyfQPE7H1Nn9D4=
+SHA1 (xxxterm-1.275.tgz) = jTh8LGz4bxzAg9uMbvYPy0H6UKE=
+SHA256 (xxxterm-1.275.tgz) = bbstgj2N2x7xaO1IVQB9YNvZuPSIhNYulzD2AToPWXI=
+SIZE (xxxterm-1.275.tgz) = 130301