diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-17 21:17:03 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-17 21:17:03 +0000 |
commit | 8a3c8787f68a16ddcc362308b5e0260e3aa2a454 (patch) | |
tree | e12a2395f5f086d4fa4f1d84fcfd1e39816575cc /graphics/xmedcon | |
parent | 41884dccaeb9645f57fd097084b2da445d2752da (diff) | |
download | FreeBSD-ports-8a3c8787f68a16ddcc362308b5e0260e3aa2a454.zip FreeBSD-ports-8a3c8787f68a16ddcc362308b5e0260e3aa2a454.tar.gz |
Update to 0.8.13.
PR: ports/53400
Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
Diffstat (limited to 'graphics/xmedcon')
-rw-r--r-- | graphics/xmedcon/Makefile | 2 | ||||
-rw-r--r-- | graphics/xmedcon/distinfo | 2 | ||||
-rw-r--r-- | graphics/xmedcon/files/patch-etc::Makefile.in | 8 | ||||
-rw-r--r-- | graphics/xmedcon/files/patch-man::Makefile.in | 6 | ||||
-rw-r--r-- | graphics/xmedcon/files/patch-source::Makefile.in | 10 | ||||
-rw-r--r-- | graphics/xmedcon/pkg-plist | 4 |
6 files changed, 16 insertions, 16 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index bff469a..13caf21 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmedcon -PORTVERSION= 0.8.12 +PORTVERSION= 0.8.13 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/xmedcon/distinfo b/graphics/xmedcon/distinfo index 0e6a587..0c45544 100644 --- a/graphics/xmedcon/distinfo +++ b/graphics/xmedcon/distinfo @@ -1 +1 @@ -MD5 (xmedcon-0.8.12.tar.gz) = 129166e7c2d500df64beb0906f9fdc66 +MD5 (xmedcon-0.8.13.tar.gz) = 34731a0b96c1c442329ed081acb11d41 diff --git a/graphics/xmedcon/files/patch-etc::Makefile.in b/graphics/xmedcon/files/patch-etc::Makefile.in index 0247b67..ceda8ef 100644 --- a/graphics/xmedcon/files/patch-etc::Makefile.in +++ b/graphics/xmedcon/files/patch-etc::Makefile.in @@ -1,14 +1,14 @@ ---- etc/Makefile.in.orig Fri Jan 17 20:39:56 2003 -+++ etc/Makefile.in Fri Jan 17 20:40:57 2003 -@@ -190,15 +190,14 @@ +--- etc/Makefile.in.orig Sun Jun 15 01:14:47 2003 ++++ etc/Makefile.in Tue Jun 17 01:07:50 2003 +@@ -218,15 +218,13 @@ RC_FILES = \ xmedconrc \ - xmedconrc.linux \ - xmedconrc.win32 +- + xmedconrc.linux - -ICONS = xmedcon.ico xmedcon.png +ICONS = xmedcon.png diff --git a/graphics/xmedcon/files/patch-man::Makefile.in b/graphics/xmedcon/files/patch-man::Makefile.in index 0e0f976..99a3178 100644 --- a/graphics/xmedcon/files/patch-man::Makefile.in +++ b/graphics/xmedcon/files/patch-man::Makefile.in @@ -1,6 +1,6 @@ ---- man/Makefile.in.orig Wed Jan 15 22:36:59 2003 -+++ man/Makefile.in Fri Jan 17 22:01:00 2003 -@@ -188,18 +188,9 @@ +--- man/Makefile.in.orig Sun Jun 15 01:14:43 2003 ++++ man/Makefile.in Tue Jun 17 01:14:37 2003 +@@ -216,18 +216,9 @@ AUTOMAKE_OPTIONS = gnu diff --git a/graphics/xmedcon/files/patch-source::Makefile.in b/graphics/xmedcon/files/patch-source::Makefile.in index b7516cf..cd729bb 100644 --- a/graphics/xmedcon/files/patch-source::Makefile.in +++ b/graphics/xmedcon/files/patch-source::Makefile.in @@ -1,11 +1,11 @@ ---- source/Makefile.in.orig Mon Dec 9 15:03:20 2002 -+++ source/Makefile.in Mon Dec 9 15:03:55 2002 -@@ -372,7 +372,7 @@ +--- source/Makefile.in.orig Tue Jun 17 01:16:18 2003 ++++ source/Makefile.in Tue Jun 17 01:17:16 2003 +@@ -413,7 +413,7 @@ m-png.h -configheadersdir = $(prefix)/include +configheadersdir = $(prefix)/include/xmedcon - configheaders_DATA = m-depend.h m-config.h + configheaders_DATA = m-autoconf.h m-config.h - INCLUDES = $(DICM_INC) $(LJPG_INC) $(PNG_INC) $(XMEDCON_INC) + INCLUDES = $(DICM_INC) $(LJPG_INC) $(PNG_INC) $(GDK_PIXBUF_CFLAGS) $(GLIB_CFLAGS) diff --git a/graphics/xmedcon/pkg-plist b/graphics/xmedcon/pkg-plist index ec27977..09a7cbd 100644 --- a/graphics/xmedcon/pkg-plist +++ b/graphics/xmedcon/pkg-plist @@ -4,13 +4,13 @@ bin/xmedcon-config %%X11%%etc/xmedcon.png %%X11%%etc/xmedconrc %%X11%%etc/xmedconrc.linux -include/xmedcon/m-depend.h -include/xmedcon/m-config.h +include/xmedcon/m-autoconf.h include/xmedcon/m-acr.h include/xmedcon/m-algori.h include/xmedcon/m-anlz.h include/xmedcon/m-color.h include/xmedcon/m-conc.h +include/xmedcon/m-config.h include/xmedcon/m-debug.h include/xmedcon/m-defs.h include/xmedcon/m-dicm.h |