aboutsummaryrefslogtreecommitdiff
path: root/deskutils/tuxcards
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-07-10 07:04:35 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-07-10 07:04:35 +0000
commit37e7537ba96708b506c5ce434be47feeaa2a671f (patch)
tree0fd825b3adf601154a7c50e633226d3e2f689f6d /deskutils/tuxcards
parent73afb1ec0f17fa2167e8b2185011d11ad7855f9e (diff)
downloadports-37e7537ba96708b506c5ce434be47feeaa2a671f.tar.gz
ports-37e7537ba96708b506c5ce434be47feeaa2a671f.zip
Update to 1.1.
And a couple Makefile cleanups for good measure.
Notes
Notes: svn path=/head/; revision=84570
Diffstat (limited to 'deskutils/tuxcards')
-rw-r--r--deskutils/tuxcards/Makefile9
-rw-r--r--deskutils/tuxcards/distinfo2
-rw-r--r--deskutils/tuxcards/pkg-descr3
-rw-r--r--deskutils/tuxcards/pkg-message5
4 files changed, 6 insertions, 13 deletions
diff --git a/deskutils/tuxcards/Makefile b/deskutils/tuxcards/Makefile
index 956b0d490ef2..271560301564 100644
--- a/deskutils/tuxcards/Makefile
+++ b/deskutils/tuxcards/Makefile
@@ -6,18 +6,16 @@
#
PORTNAME= tuxcards
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= deskutils
-MASTER_SITES= http://www.stud.uni-karlsruhe.de/~ut3c/
-DISTNAME= ${PORTNAME}-${PORTVERSION}
+MASTER_SITES= http://www.tifskom.de/tux/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for managing notes within a hierarchical tree
-QTDIR?= ${X11BASE}
USE_QT_VER= 3
USE_REINPLACE= yes
-MAKE_ENV= QTDIR="${QTDIR}"
+MAKE_ENV= QTDIR="${QT_PREFIX}"
post-patch:
@${REINPLACE_CMD} -e 's|warn_on|warn_on thread|g' ${WRKSRC}/tuxcards.pro
@@ -32,6 +30,5 @@ do-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/en/*.* ${DOCSDIR}
.endif
- ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/deskutils/tuxcards/distinfo b/deskutils/tuxcards/distinfo
index 76a006c9aece..ba946ecea66d 100644
--- a/deskutils/tuxcards/distinfo
+++ b/deskutils/tuxcards/distinfo
@@ -1 +1 @@
-MD5 (tuxcards-1.0.tar.gz) = fa0adfdd09f9f6cae201bf5ff5f0bd4e
+MD5 (tuxcards-1.1.tar.gz) = 711da6fdabacd4c5f3a2491ca29fef36
diff --git a/deskutils/tuxcards/pkg-descr b/deskutils/tuxcards/pkg-descr
index 188caa5725f9..b821b9ad15c4 100644
--- a/deskutils/tuxcards/pkg-descr
+++ b/deskutils/tuxcards/pkg-descr
@@ -12,4 +12,5 @@ With TuxCards you have a tool at your hand to enter and manage every
kind of notes and ideas in a structured manner. This makes it much
more easier to find them as you are in need.
-WWW: http://www.tuxcards.de Author: Alexander Theel
+WWW: http://www.tuxcards.de
+Author: Alexander Theel
diff --git a/deskutils/tuxcards/pkg-message b/deskutils/tuxcards/pkg-message
deleted file mode 100644
index bb4fa846c65a..000000000000
--- a/deskutils/tuxcards/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
------------------------------------------------------
-PLEASE NOTE: the current version of tuxcards dumps
-core on exit. This does not affect functionality,
-but leaves a tuxcards.core files on your harddisk.
------------------------------------------------------