diff options
author | mat <mat@FreeBSD.org> | 2016-06-18 07:28:04 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-18 07:28:04 +0800 |
commit | 6c05d1dcf8927d644e123e2e350ac2ad589392dd (patch) | |
tree | 48e47bf661e0e5d6ed9c060e8aea683b30d4540f /mail/wanderlust | |
parent | d09a2b825d4fd6aa4890f3a7b90e53136e13a51b (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | mail/wanderlust/files/extra-patch-elmo:elmo-version.el | 22 |
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) - |