Isomaster updated to latest version, a few bugs has been fixed on editing
file inside the iso.
 Comments ?
  Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/isomaster/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    3 Sep 2007 15:07:35 -0000       1.2
+++ Makefile    28 Oct 2007 10:08:39 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               gui cd image editor
 
-DISTNAME=              isomaster-1.1
+DISTNAME=              isomaster-1.2
 PKGNAME=               ${DISTNAME}
 CATEGORIES=            x11
 HOMEPAGE=              http://littlesvr.ca/isomaster/
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/isomaster/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo    3 Sep 2007 15:07:35 -0000       1.2
+++ distinfo    28 Oct 2007 10:08:39 -0000
@@ -1,5 +1,5 @@
-MD5 (isomaster-1.1.tar.bz2) = 8cVM8W/7zjCy+XzcIe0PmQ==
-RMD160 (isomaster-1.1.tar.bz2) = XgUOD59mNnD7qjMo/aqXTuSmF/s=
-SHA1 (isomaster-1.1.tar.bz2) = lDjELzZ1p+S+5oTF7qws4opQkeA=
-SHA256 (isomaster-1.1.tar.bz2) = 7+RdmSfFiYNh/W5JyAm02jYV+ZYJutB+3uCHFw+VtSs=
-SIZE (isomaster-1.1.tar.bz2) = 167869
+MD5 (isomaster-1.2.tar.bz2) = rPqSJv9DWIZbgzYsXcB9ew==
+RMD160 (isomaster-1.2.tar.bz2) = QRrJiRGmCA3/rvWoM1OUXa7w81A=
+SHA1 (isomaster-1.2.tar.bz2) = kvqMw55aFpDTgcbjpYwMhtQwCcs=
+SHA256 (isomaster-1.2.tar.bz2) = YJQyMeZKtOn38aBt0ZVXCWy5h7L15nBkIGMMkNyRGk0=
+SIZE (isomaster-1.2.tar.bz2) = 183654
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/x11/isomaster/patches/patch-Makefile,v
retrieving revision 1.2
diff -u -r1.2 patch-Makefile
--- patches/patch-Makefile      3 Sep 2007 15:07:35 -0000       1.2
+++ patches/patch-Makefile      28 Oct 2007 10:08:39 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-Makefile,v 1.2 2007/09/03 15:07:35 kili Exp $
---- Makefile.orig      Mon Aug 27 12:43:22 2007
-+++ Makefile   Sun Sep  2 11:15:09 2007
+--- Makefile.orig      Fri Oct 19 00:27:00 2007
++++ Makefile   Sun Oct 28 11:02:26 2007
 @@ -1,5 +1,5 @@
  # Other paths are relative to this.
 -PREFIX ?= /usr/local
@@ -17,6 +17,15 @@
  
  # Where to install the .desktop file
  DESKTOPPATH ?= $(PREFIX)/share/applications
+@@ -62,7 +62,7 @@ all: translations isomaster.desktop isomaster
+ 
+ isomaster: $(OBJECTS) lib iniparser
+       @echo 'Linking isomaster'
+-      @$(CC) $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a $(CFLAGS) 
$(CPPFLAGS) `pkg-config --libs gtk+-2.0` -o isomaster
++      @$(CC) $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a $(CFLAGS) 
$(CPPFLAGS) -lcompat `pkg-config --libs gtk+-2.0` -o isomaster
+ 
+ # static pattern rule
+ $(OBJECTS): %.o: %.c bk/bk.h Makefile
 @@ -95,22 +95,22 @@ endif
  # for info about DESTDIR see 
http://www.gnu.org/prep/standards/html_node/DESTDIR.html
  
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/isomaster/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- pkg/PLIST   3 Sep 2007 15:07:35 -0000       1.2
+++ pkg/PLIST   28 Oct 2007 10:08:39 -0000
@@ -33,12 +33,18 @@
 share/locale/fi/
 share/locale/fi/LC_MESSAGES/
 share/locale/fi/LC_MESSAGES/isomaster.mo
+share/locale/fo/
+share/locale/fo/LC_MESSAGES/
+share/locale/fo/LC_MESSAGES/isomaster.mo
 share/locale/fr/
 share/locale/fr/LC_MESSAGES/
 share/locale/fr/LC_MESSAGES/isomaster.mo
 share/locale/hr/
 share/locale/hr/LC_MESSAGES/
 share/locale/hr/LC_MESSAGES/isomaster.mo
+share/locale/hu/
+share/locale/hu/LC_MESSAGES/
+share/locale/hu/LC_MESSAGES/isomaster.mo
 share/locale/it/
 share/locale/it/LC_MESSAGES/
 share/locale/it/LC_MESSAGES/isomaster.mo
@@ -66,6 +72,9 @@
 share/locale/sk/
 share/locale/sk/LC_MESSAGES/
 share/locale/sk/LC_MESSAGES/isomaster.mo
+share/locale/sl/
+share/locale/sl/LC_MESSAGES/
+share/locale/sl/LC_MESSAGES/isomaster.mo
 share/locale/sq/
 share/locale/sq/LC_MESSAGES/
 share/locale/sq/LC_MESSAGES/isomaster.mo

Reply via email to