aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-10-20 21:38:24 +0800
committererwin <erwin@FreeBSD.org>2003-10-20 21:38:24 +0800
commit93f98ef0bcdd9ed209c028a5c8fc0ded4394968d (patch)
treec0d2c7c28001dc61d50bacd1278446098051442c
parent22f193711f13e9a4408a1065e6df42774a5d06d9 (diff)
downloadfreebsd-ports-gnome-93f98ef0bcdd9ed209c028a5c8fc0ded4394968d.tar.gz
freebsd-ports-gnome-93f98ef0bcdd9ed209c028a5c8fc0ded4394968d.tar.zst
freebsd-ports-gnome-93f98ef0bcdd9ed209c028a5c8fc0ded4394968d.zip
Update port:
* Release 1.10 * Tests rewritten to use File::Spec instead of chdir'ing. * Added tests for well-formedness ({}-matching). PR: 58215 Submitted by: maintainer
-rw-r--r--textproc/p5-RTF-Writer/Makefile2
-rw-r--r--textproc/p5-RTF-Writer/distinfo2
-rw-r--r--textproc/p5-RTF-Writer/pkg-plist1
3 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-RTF-Writer/Makefile b/textproc/p5-RTF-Writer/Makefile
index ee7b49fb0196..57f17adad55e 100644
--- a/textproc/p5-RTF-Writer/Makefile
+++ b/textproc/p5-RTF-Writer/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= RTF-Writer
-PORTVERSION= 1.09
+PORTVERSION= 1.10
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= RTF
diff --git a/textproc/p5-RTF-Writer/distinfo b/textproc/p5-RTF-Writer/distinfo
index 161727cfaec8..b65c9f2afc77 100644
--- a/textproc/p5-RTF-Writer/distinfo
+++ b/textproc/p5-RTF-Writer/distinfo
@@ -1 +1 @@
-MD5 (RTF-Writer-1.09.tar.gz) = 137e0af769d36ff95b759429dbbcfa57
+MD5 (RTF-Writer-1.10.tar.gz) = af62e9e3d87a6ea768cba54b49fda58c
diff --git a/textproc/p5-RTF-Writer/pkg-plist b/textproc/p5-RTF-Writer/pkg-plist
index 7f5097f7dc51..37820f7ff8f6 100644
--- a/textproc/p5-RTF-Writer/pkg-plist
+++ b/textproc/p5-RTF-Writer/pkg-plist
@@ -7,3 +7,4 @@
@dirrm %%SITE_PERL%%/RTF/Writer
@dirrm %%SITE_PERL%%/RTF
@unexec rmdir %D/%%SITE_PERL%%/RTF 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/RTF 2>/dev/null || true