summaryrefslogtreecommitdiff
path: root/deskutils/xmdiary/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-07-24 01:57:09 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-07-24 01:57:09 +0000
commitcaa681f00539d83c0ac7f32df18b2d36b37620c2 (patch)
tree6ef46048cecfb759c57a53e720c39104463cf4a9 /deskutils/xmdiary/Makefile
parentPrevent possibly-exploitable buffer overflows coming from long window names. (diff)
Upgrade to 3.0.3
PR: ports/27936 Submitted-by: Andrew Bliznak
Notes
Notes: svn path=/head/; revision=45419
Diffstat (limited to '')
-rw-r--r--deskutils/xmdiary/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile
index 786b0201125a..665de3c793f6 100644
--- a/deskutils/xmdiary/Makefile
+++ b/deskutils/xmdiary/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= xmdiary
-PORTVERSION= 3.0.1
+PORTVERSION= 3.0.3
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= office
-DISTFILES= ${DISTNAME}.tar.gz xmdfix.gz
+DISTFILES= ${DISTNAME}.tar.gz
MAINTAINER= mi@aldan.algebra.com
@@ -22,13 +22,6 @@ MAN1= xdaclunix.1 xdalarm.1 xdcustom.1 xddump.1 xdiary.1 xdinitdb.1 \
xdlight.1 xdnotify.1 xdprformat.1 xdremind.1 xdremove.1 \
xdrestore.1
-pre-patch:
- @for node in `tar tzf ${DISTDIR}/xmdfix.gz` ; \
- do \
- test -f $(WRKSRC)/$$node && ${RM} -f $(WRKSRC)/$$node ; \
- done
- cd $(WRKSRC) && tar xzpf ${DISTDIR}/xmdfix.gz
-
post-patch:
@${ECHO_MSG} removing the "malloc.h" includes
${SCRIPTDIR}/nomalloc $(WRKSRC) 2>&1 > /dev/zero