Bug 47188 - [Maintainer update]: graphics/xmedcon 0.8.8 -> 0.8.9
Summary: [Maintainer update]: graphics/xmedcon 0.8.8 -> 0.8.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-18 14:40 UTC by Paul Everlund
Modified: 2003-02-05 13:40 UTC (History)
0 users

See Also:


Attachments
Makefile.diff (783 bytes, patch)
2003-01-18 14:40 UTC, Paul Everlund
no flags Details | Diff
files_patch-etc::Makefile.in.diff (851 bytes, patch)
2003-01-18 14:40 UTC, Paul Everlund
no flags Details | Diff
scripts_configure.diff (655 bytes, patch)
2003-01-18 14:40 UTC, Paul Everlund
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Everlund 2003-01-18 14:40:01 UTC
	Update of graphics/xmedcon 0.8.8 to 0.8.9.

	Also fixes some minor errors in the scripts.

Fix: Please commit:

--- ../xmedcon/distinfo	Thu Jan  2 20:23:46 2003
+++ distinfo	Thu Jan 16 18:07:23 2003
@@ -1 +1 @@
-MD5 (xmedcon-0.8.8.tar.gz) = 4d6a72506e35d12e73374f72e043bca2
+MD5 (xmedcon-0.8.9.tar.gz) = 5fb4f5e95b90d6da660388d5a106df4e
--- distinfo.diff ends here ---



--- ../xmedcon/files/patch-man::Makefile.in	Thu Jan  2 20:23:46 2003
+++ files/patch-man::Makefile.in	Fri Jan 17 22:01:27 2003
@@ -1,29 +1,23 @@
---- man/Makefile.in.orig	Mon Dec  9 12:56:39 2002
-+++ man/Makefile.in	Mon Dec  9 12:52:38 2002
-@@ -180,6 +180,7 @@
+--- 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 @@
  
  AUTOMAKE_OPTIONS = gnu
  
-+.if(DO_XSUPPORT)
- man_MANS = \
-  medcon.1 \
-  xmedcon.1 \
-@@ -191,6 +192,18 @@
-  m-gif.4 \
-  m-intf.4 \
-  m-inw.4
-+.else
-+man_MANS = \
-+ medcon.1 \
-+ xmedcon-config.1 \
-+ medcon.3 \
-+ m-acr.4 \
-+ m-anlz.4 \
-+ m-ecat.4 \
-+ m-gif.4 \
-+ m-intf.4 \
-+ m-inw.4
-+.endif
+-man_MANS = \
+- medcon.1 \
+- xmedcon.1 \
+- xmedcon-config.1 \
+- medcon.3 \
+- m-acr.4 \
+- m-anlz.4 \
+- m-ecat.4 \
+- m-gif.4 \
+- m-intf.4 \
+- m-inw.4
++@DO_XSUPPORT_TRUE@man_MANS = medcon.1 xmedcon.1 xmedcon-config.1 medcon.3 m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
+ 
++@DO_XSUPPORT_FALSE@man_MANS = medcon.1 xmedcon-config.1 medcon.3 m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
  
  EXTRA_DIST = $(man_MANS)
  subdir = man
--- files_patch-man::Makefile.in.diff ends here ---
Comment 1 corecode@corecode.ath.cx 2003-01-18 16:43:23 UTC
Lately Paul Everlund told:

> -CATEGORIES=	graphics
> +CATEGORIES=		converters graphics

bad idea. this would need a repo copy (think of POLA too); besides:
% cat /usr/ports/converters/pkg/COMMENT 
Character code converters

doesn't seem to fit there anyways

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-05 13:39:37 UTC
State Changed
From-To: open->closed

Commitd, thanks! 

(I didn't do the category change)