Bug 70276 - Maintainer Update Ports: graphics/imgseek
Summary: Maintainer Update Ports: graphics/imgseek
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: 2004-08-10 21:00 UTC by Ben Haga
Modified: 2004-08-12 13:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Haga 2004-08-10 21:00:46 UTC
        Maintainer Update Ports: graphics/imgseek
        Updated to 0.8.3

Fix: 

This message scanned for viruses and SPAM by GWGuardian at SCU (MGW1)--vPofmfhXQv1NS24R3CnCxP4bwWn8nlOCTKluPm2VNrBjL6Lq
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN imgseek.bak/Makefile imgseek/Makefile
--- imgseek.bak/Makefile        Mon Aug  9 13:14:56 2004
+++ imgseek/Makefile    Tue Aug 10 12:45:55 2004
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=      imgSeek
-PORTVERSION=   0.8.2
+PORTVERSION=   0.8.3
 CATEGORIES=    graphics
-MASTER_SITES=  http://easynews.dl.sourceforge.net/sourceforge/imgseek/
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_EXTENDED}
+MASTER_SITE_SUBDIR=imgseek
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    tuximus@tuximus.mine.nu
diff -ruN imgseek.bak/distinfo imgseek/distinfo
--- imgseek.bak/distinfo        Mon Aug  9 13:14:56 2004
+++ imgseek/distinfo    Mon Aug  9 17:22:39 2004
@@ -1,2 +1,2 @@
-MD5 (imgSeek-0.8.2.tar.bz2) = c6defce999f2777869c4ad62231259d2
-SIZE (imgSeek-0.8.2.tar.bz2) = 367644
+MD5 (imgSeek-0.8.3.tar.bz2) = ec3910da0eb373e2393bd06551607ee4
+SIZE (imgSeek-0.8.3.tar.bz2) = 373436
diff -ruN imgseek.bak/pkg-plist imgseek/pkg-plist
--- imgseek.bak/pkg-plist       Mon Aug  9 13:14:56 2004
+++ imgseek/pkg-plist   Tue Aug 10 12:50:12 2004
@@ -1,6 +1,5 @@
 bin/imgSeek
 bin/imgSeekCmd
-lib/%%PYTHON_VERSION%%/site-packages/imgSeekLib/imgdb.so
 lib/%%PYTHON_VERSION%%/site-packages/imgSeekLib/AlbumForm.py
 lib/%%PYTHON_VERSION%%/site-packages/imgSeekLib/AlbumForm.pyc
 lib/%%PYTHON_VERSION%%/site-packages/imgSeekLib/AlbumForm.pyo
@@ -106,6 +105,10 @@
 lib/%%PYTHON_VERSION%%/site-packages/imgSeekLib/imgSeekApp.py
 lib/%%PYTHON_VERSION%%/site-packages/imgSeekLib/imgSeekApp.pyc
 lib/%%PYTHON_VERSION%%/site-packages/imgSeekLib/imgSeekApp.pyo
+lib/%%PYTHON_VERSION%%/site-packages/imgSeekLib/imgdb.so
+lib/%%PYTHON_VERSION%%/site-packages/imgSeekLib/tdict.py
+lib/%%PYTHON_VERSION%%/site-packages/imgSeekLib/tdict.pyc
+lib/%%PYTHON_VERSION%%/site-packages/imgSeekLib/tdict.pyo
 share/imgSeek/color.png
 share/imgSeek/courB12.pbm
 share/imgSeek/courB12.pil
@@ -144,3 +147,4 @@
 @dirrm share/imgSeek/styles
 @dirrm share/imgSeek
 @dirrm lib/%%PYTHON_VERSION%%/site-packages/imgSeekLib
+
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-08-11 09:31:38 UTC
State Changed
From-To: open->feedback

Does not run -- this may be due to my local setup, though: 

imgseek@menelaos [10:33:13]> pkg_info | egrep -i 'Magic|QT|pyuic' 
ImageMagick-6.0.2.7 Image processing tools 
kvirc-3.0.1         "IRC client for QT and KDE" 
licq-qt-gui-1.2.7_2 Qt plugin for licq 
py23-magick-0.5     Python bindings for ImageMagick 
py23-qt-3.11_1      Python bindings for the Qt toolkit 
qmake-3.2.3_1       The build utility of the Qt project 
qscintilla-1.3      QT port of scintilla 
qt-3.3.2_2          Multiplatform C++ application framework 

... 
===>   Running ldconfig 
/sbin/ldconfig -m /usr/local/lib/python2.3/site-packages/imgSeekLib 
===>   Registering installation for imgSeek-0.8.3 
===>  Building package for imgSeek-0.8.3 
Creating package /usr/ports/packages/All/imgSeek-0.8.3.tgz 
Registering depends: python-2.3.4. 
Creating gzip'd tar ball in '/usr/ports/packages/All/imgSeek-0.8.3.tgz' 
imgseek@menelaos [10:29:22]> imgSeek 
Starting imgSeek, please wait ... 
Traceback (most recent call last): 
File "/usr/local/lib/python2.3/site-packages/imgSeekLib/imgSeekApp.py", line 38, in ? 
from imgSeekLib.MainForm import MainForm 
File "/usr/local/lib/python2.3/site-packages/imgSeekLib/MainForm.py", line 12, in ? 
from qttable import QTable 
ImportError: /usr/local/lib/python2.3/site-packages/qttable.so: Undefined symbol "content__C10QTableItem" 
imgSeek: Unable to find one of the modules required. Make sure imgSeek was installed properly.
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-08-12 13:18:41 UTC
State Changed
From-To: feedback->closed

Committed, thanks! 
(with minor tweak to pkg-plist)