aboutsummaryrefslogtreecommitdiffstats
path: root/mail/wanderlust
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-06-18 07:28:04 +0800
committermat <mat@FreeBSD.org>2016-06-18 07:28:04 +0800
commit6c05d1dcf8927d644e123e2e350ac2ad589392dd (patch)
tree48e47bf661e0e5d6ed9c060e8aea683b30d4540f /mail/wanderlust
parentd09a2b825d4fd6aa4890f3a7b90e53136e13a51b (diff)
downloadfreebsd-ports-gnome-6c05d1dcf8927d644e123e2e350ac2ad589392dd.tar.gz
freebsd-ports-gnome-6c05d1dcf8927d644e123e2e350ac2ad589392dd.tar.zst
freebsd-ports-gnome-6c05d1dcf8927d644e123e2e350ac2ad589392dd.zip
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
Diffstat (limited to 'mail/wanderlust')
-rw-r--r--mail/wanderlust/Makefile1
-rw-r--r--mail/wanderlust/files/extra-patch-elmo:elmo-version.el22
2 files changed, 0 insertions, 23 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile
index af58e144ca88..7ef85fa3604a 100644
--- a/mail/wanderlust/Makefile
+++ b/mail/wanderlust/Makefile
@@ -21,7 +21,6 @@ CONFLICTS= wanderlust-*-2.15.*
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
-.include <bsd.port.options.mk>
EMACS_W3M_PORT_NAME?= emacs-w3m
EMACS_W3M_LISP_FILE?= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/w3m/shimbun.el
diff --git a/mail/wanderlust/files/extra-patch-elmo:elmo-version.el b/mail/wanderlust/files/extra-patch-elmo:elmo-version.el
deleted file mode 100644
index 11c8b6effda4..000000000000
--- a/mail/wanderlust/files/extra-patch-elmo:elmo-version.el
+++ /dev/null
@@ -1,22 +0,0 @@
---- elmo/elmo-version.el.orig Sun Nov 27 22:34:49 2005
-+++ elmo/elmo-version.el Sun Nov 27 22:41:22 2005
-@@ -42,6 +42,19 @@
- ;; Don't forget to check `wl-version.el' and Info.
- (product-define "ELMO" nil '(2 14 0)))
-
-+(defun product-version-as-string (product)
-+ "Return version number of product as a string.
-+PRODUCT is a product structure which returned by `product-define'.
-+If optional argument UPDATE is non-nil, then regenerate
-+`produce-version-string' from `product-version'."
-+ (setq product (product-find product))
-+ (or (product-version-string product)
-+ (and (product-version product)
-+ (product-set-version-string product
-+ (mapconcat (function int-to-string)
-+ (product-version product)
-+ ".")))))
-+
- ;; set version-string
- (product-version-as-string 'elmo-version)
-