1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to 0.6.4

Build log:	http://goo.gl/R8rHs
This commit is contained in:
Nicola Vitale 2013-06-16 13:54:02 +00:00
parent d07a39d434
commit bcfc8ae95c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321049
3 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tickr
PORTVERSION= 0.6.3
PORTVERSION= 0.6.4
#PORTREVISION= 0
CATEGORIES= www
MASTER_SITES= http://www.newsrssticker.com/src/ \

View File

@ -1,2 +1,2 @@
SHA256 (tickr-0.6.3.tar.gz) = 86b7cf8650be044882258dc68c6be78b53b5c560472bf1b4b3ad0a8d31a001ab
SIZE (tickr-0.6.3.tar.gz) = 729487
SHA256 (tickr-0.6.4.tar.gz) = 8476fa8f539487c37617855b8312dbfaec322fe51fa5d9e9abe8c093caad75bd
SIZE (tickr-0.6.4.tar.gz) = 733277

View File

@ -1,13 +1,13 @@
--- ./src/tickr/tickr.h.orig 2013-03-15 14:10:30.000000000 +0100
+++ ./src/tickr/tickr.h 2013-03-15 14:11:17.000000000 +0100
@@ -178,8 +178,8 @@
--- ./src/tickr/tickr.h.orig 2013-06-16 15:01:04.000000000 +0200
+++ ./src/tickr/tickr.h 2013-06-16 15:01:29.000000000 +0200
@@ -173,8 +173,8 @@
# define STDERR_FILENAME2 "stderr2.txt"
#endif
#ifndef G_OS_WIN32
-# define INSTALL_PATH "/usr/share/"APP_CMD
-# define IMAGES_PATH INSTALL_PATH"/pixmaps"
+# define INSTALL_PATH "%%PREFIX%%/share"
+# define IMAGES_PATH INSTALL_PATH"/pixmaps/"APP_CMD
-# define INSTALL_PATH "/usr/share/" APP_CMD
-# define IMAGES_PATH INSTALL_PATH "/pixmaps"
+# define INSTALL_PATH "%%PREFIX%%/share/"
+# define IMAGES_PATH INSTALL_PATH "/pixmaps/" APP_CMD
#else
# define IMAGES_PATH APP_NAME /* actually not a path but a dir name */
# define IMAGES_PATH APP_NAME /* Actually not a path but a dir name */
#endif