summaryrefslogtreecommitdiffstats
path: root/misc/qhacc
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-08-29 11:35:57 +0000
committerijliao <ijliao@FreeBSD.org>2001-08-29 11:35:57 +0000
commit77c79d88579eabe77a5a8bbe6235732ea5808f6f (patch)
tree0b3288a2cf43aff7d95923929bdd6023f8d63f3d /misc/qhacc
parenta9aa977455a689e0fc563b469fde52996c3582d7 (diff)
downloadFreeBSD-ports-77c79d88579eabe77a5a8bbe6235732ea5808f6f.zip
FreeBSD-ports-77c79d88579eabe77a5a8bbe6235732ea5808f6f.tar.gz
upgrade to 1.0
PR: 30044 Submitted by: Ports Fury
Diffstat (limited to 'misc/qhacc')
-rw-r--r--misc/qhacc/Makefile2
-rw-r--r--misc/qhacc/distinfo2
-rw-r--r--misc/qhacc/files/patch-ab31
-rw-r--r--misc/qhacc/pkg-plist1
4 files changed, 17 insertions, 19 deletions
diff --git a/misc/qhacc/Makefile b/misc/qhacc/Makefile
index 2e48b79..078515b 100644
--- a/misc/qhacc/Makefile
+++ b/misc/qhacc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qhacc
-PORTVERSION= 0.9
+PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.ostrich-emulators.cx/qhacc/
diff --git a/misc/qhacc/distinfo b/misc/qhacc/distinfo
index a336fe5..83a04d7 100644
--- a/misc/qhacc/distinfo
+++ b/misc/qhacc/distinfo
@@ -1 +1 @@
-MD5 (qhacc-0.9.tar.gz) = a5e1ab7ff3abfa71f371e6701caf59bb
+MD5 (qhacc-1.0.tar.gz) = e695e4421aca690fa29e38e90a1ec96f
diff --git a/misc/qhacc/files/patch-ab b/misc/qhacc/files/patch-ab
index 7c0cdb9..57dadab 100644
--- a/misc/qhacc/files/patch-ab
+++ b/misc/qhacc/files/patch-ab
@@ -1,32 +1,29 @@
---- configure.orig Sat Sep 30 10:54:43 2000
-+++ configure Wed Nov 15 04:56:52 2000
-@@ -1215,7 +1215,7 @@
+--- configure.orig Tue Aug 14 01:21:28 2001
++++ configure Sat Aug 18 23:45:43 2001
+@@ -2197,7 +2197,7 @@
for dir in $with_qt_moc
do
-- if test -f $dir/bin/moc
-+ if test -f $dir/bin/moc2
+- if test -f $dir/moc
++ if test -f $dir/moc2
then
- qtmoc=$dir/bin
+ qtmoc=$dir
echo "found in $qtmoc"
-@@ -1252,7 +1252,7 @@
+@@ -2231,7 +2231,7 @@
for dir in $with_qt_libs
do
-- if test -f $dir/lib/libqt.so.2 -o "$dir/lib/libqt.so.2.*" != "$dir/lib/libqt.so.2.\*"
-+ if test -f $dir/lib/libqt2.so
+- if test -f $dir/libqt.so.2 -o "$dir/libqt.so.2.*" != "$dir/libqt.so.2.\*"
++ if test -f $dir/libqt.so
then
- qtlibs=$dir/lib
+ qtlibs=$dir
echo "found in $qtlibs"
-@@ -1289,9 +1289,9 @@
+@@ -2265,7 +2265,7 @@
for dir in $with_qt_incs
do
-- if test -f $dir/include/qnamespace.h
-+ if test -f $dir/include/qt2/qnamespace.h
+- if test -f $dir/qnamespace.h
++ if test -f $dir/qt2/qnamespace.h
then
-- qtincs=$dir/include
-+ qtincs=$dir/include/qt2
+ qtincs=$dir
echo "found in $qtincs"
- break
- fi
diff --git a/misc/qhacc/pkg-plist b/misc/qhacc/pkg-plist
index c399fad..13c9d4f 100644
--- a/misc/qhacc/pkg-plist
+++ b/misc/qhacc/pkg-plist
@@ -1,4 +1,5 @@
bin/qhacc
+%%PORTDOCS%%share/doc/qhacc/compiling.html
%%PORTDOCS%%share/doc/qhacc/index.html
%%PORTDOCS%%share/doc/qhacc/intro.html
%%PORTDOCS%%share/doc/qhacc/faq.html
OpenPOWER on IntegriCloud