diff options
author | adamw <adamw@FreeBSD.org> | 2003-07-10 07:04:35 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-07-10 07:04:35 +0000 |
commit | 5f87ca24c5438c3b7650974cae650199afc9f012 (patch) | |
tree | bcc82609c94bb1b10e8afe879310d0ada87ddd47 /deskutils/tuxcards | |
parent | 7049b318d39dd4c5b4991e504bc4206be1f7f6aa (diff) | |
download | FreeBSD-ports-5f87ca24c5438c3b7650974cae650199afc9f012.zip FreeBSD-ports-5f87ca24c5438c3b7650974cae650199afc9f012.tar.gz |
Update to 1.1.
And a couple Makefile cleanups for good measure.
Diffstat (limited to 'deskutils/tuxcards')
-rw-r--r-- | deskutils/tuxcards/Makefile | 9 | ||||
-rw-r--r-- | deskutils/tuxcards/distinfo | 2 | ||||
-rw-r--r-- | deskutils/tuxcards/pkg-descr | 3 | ||||
-rw-r--r-- | deskutils/tuxcards/pkg-message | 5 |
4 files changed, 6 insertions, 13 deletions
diff --git a/deskutils/tuxcards/Makefile b/deskutils/tuxcards/Makefile index 956b0d4..2715603 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 76a006c..ba946ec 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 188caa5..b821b9a 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 bb4fa84..0000000 --- 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. ------------------------------------------------------ |