1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Update to 2.0.7

PR:		124043
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2008-05-30 13:43:49 +00:00
parent b489be38e7
commit 1ea311992b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213930
4 changed files with 7 additions and 18 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= kbarcode
PORTVERSION= 2.0.6
PORTVERSION= 2.0.7
CATEGORIES= graphics kde
MASTER_SITES= SF

View File

@ -1,3 +1,3 @@
MD5 (kbarcode-2.0.6.tar.gz) = a265cd935858f2e1425cb195d9d02f3e
SHA256 (kbarcode-2.0.6.tar.gz) = 090fb401161c29de4d0826ad8d43866d976e131df2f381c4834e147bdc8e854f
SIZE (kbarcode-2.0.6.tar.gz) = 1832972
MD5 (kbarcode-2.0.7.tar.gz) = a0696812ce5076dfc3ac250f14a20edf
SHA256 (kbarcode-2.0.7.tar.gz) = 063cfd52ec0ce32bf1626e6006739d0cc484fa7e5308a8614bc52db0e3b295de
SIZE (kbarcode-2.0.7.tar.gz) = 1087860

View File

@ -1,5 +1,5 @@
--- admin/cvs.sh.orig Sat Sep 29 17:52:39 2007
+++ admin/cvs.sh Mon Oct 1 03:23:11 2007
--- admin/cvs.sh.orig 2008-01-08 01:30:21.000000000 +0900
+++ admin/cvs.sh 2008-05-26 21:47:50.000000000 +0900
@@ -29,66 +29,9 @@
check_autotool_versions()
@ -43,7 +43,7 @@
- echo "*** KDE requires automake $required_automake_version"
- exit 1
- ;;
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*)
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
- echo "*** $AUTOMAKE_STRING found."
- UNSERMAKE=no
- ;;

View File

@ -1,11 +0,0 @@
--- kbarcode/mybarcode.cpp.orig Sat Aug 21 11:07:42 2004
+++ kbarcode/mybarcode.cpp Sat Aug 21 11:07:50 2004
@@ -58,7 +58,7 @@
b = b && colors == d.colors;
return b;
-};
+}
BarCode::BarCode( const barcodeData* data )
{