summaryrefslogtreecommitdiff
path: root/misc/gonvert
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-05 13:40:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-05 13:40:31 +0000
commitc96277beaf73c99e2af288d3d698ca1aa5a3799f (patch)
tree3f2a67d094b7e94476de04a425c12fa570390079 /misc/gonvert
parentAdd one missing file. (diff)
upgrade to 0.0.8
Notes
Notes: svn path=/head/; revision=44787
Diffstat (limited to 'misc/gonvert')
-rw-r--r--misc/gonvert/Makefile2
-rw-r--r--misc/gonvert/distinfo2
-rw-r--r--misc/gonvert/files/patch-Makefile13
3 files changed, 13 insertions, 4 deletions
diff --git a/misc/gonvert/Makefile b/misc/gonvert/Makefile
index 881e359f2104..02eaf1e06385 100644
--- a/misc/gonvert/Makefile
+++ b/misc/gonvert/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gonvert
-PORTVERSION= 0.0.7
+PORTVERSION= 0.0.8
CATEGORIES= misc python gnome
MASTER_SITES= http://webhome.idirect.com/~tekatch/anthony/ucu/
diff --git a/misc/gonvert/distinfo b/misc/gonvert/distinfo
index 29ba8293bfb1..b96e500113ce 100644
--- a/misc/gonvert/distinfo
+++ b/misc/gonvert/distinfo
@@ -1 +1 @@
-MD5 (gonvert-0.0.7.tar.gz) = 1728383376d471705e0fe1ae5f01b6c0
+MD5 (gonvert-0.0.8.tar.gz) = 0e714b8d8d8f611e9d19d3815541e07c
diff --git a/misc/gonvert/files/patch-Makefile b/misc/gonvert/files/patch-Makefile
index c7d2c5a2d9aa..5929ac0172dd 100644
--- a/misc/gonvert/files/patch-Makefile
+++ b/misc/gonvert/files/patch-Makefile
@@ -1,5 +1,14 @@
---- Makefile.orig Mon Apr 9 02:43:10 2001
-+++ Makefile Mon Apr 9 02:43:36 2001
+--- Makefile.orig Wed Jul 4 10:46:41 2001
++++ Makefile Thu Jul 5 20:13:34 2001
+@@ -11,7 +11,7 @@
+ all:
+
+ install:
+- install -D --mode=755 $(PROGRAMNAME) $(DESTDIR)/$(BINDIR)/$(PROGRAMNAME) #put the main program into the bin directory
++ install --mode=755 $(PROGRAMNAME) $(DESTDIR)/$(BINDIR)/$(PROGRAMNAME) #put the main program into the bin directory
+ install --directory $(DESTDIR)/$(MYDATADIR) #create directory to hold project files
+ install --mode=644 gonvert.glade $(DESTDIR)/$(MYDATADIR) #copy glade file over
+ install --directory $(DESTDIR)/$(MYDATADIR)/pixmaps #create pixmap directory to hold project pictures
@@ -20,8 +20,8 @@
install --mode=644 pixmaps/gonvert_icon.png $(DESTDIR)/$(DATADIR)/pixmaps #copy gnome pictures over
install --directory $(DESTDIR)/$(DATADIR)/gnome/apps/Utilities #create a directory for gnome menu description