mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to new upstream release 2.1.17, resetting PORTREVISION.
- Remove patch-Makefile.in, which has been integrated by upstream. - Announcement: <https://mail.python.org/pipermail/mailman-announce/2013-November/000186.html> - Poudriere 3.0.13 ticket filed about misreported orphans in testport: <https://fossil.etoilebsd.net/poudriere/tktview/e8d957a27f8ce8b6255ed655d031e6d05b02492c>
This commit is contained in:
parent
b744210a90
commit
57bfaa32c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334818
4 changed files with 4 additions and 19 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mailman
|
||||
DISTVERSION= 2.1.16
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.1.17
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||
SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
SHA256 (mailman/mailman-2.1.16.tgz) = 5d152b069338f5b814222f981c389b050f5c143a11ccf8796cf380e824b64f63
|
||||
SIZE (mailman/mailman-2.1.16.tgz) = 9009817
|
||||
SHA256 (mailman/indexing-2.1.12-0.1.patch.gz) = c9bb8398695d79bbaa1079063d8327f4b7208a1f3cde7766d2f39390da1d820e
|
||||
SIZE (mailman/indexing-2.1.12-0.1.patch.gz) = 8178
|
||||
SHA256 (mailman/htdig-2.1.12-0.1.patch.gz) = 4675fafe1ba978ec8ebfeb9306363d3ee0468bdbb32f204267ab54e0f15057d4
|
||||
SIZE (mailman/htdig-2.1.12-0.1.patch.gz) = 61296
|
||||
SHA256 (mailman/mailman-2.1.17.tgz) = c430a8b4ee546ace88174b4213cd4394ccb063bde48fa8c36d141d7ce1239ae7
|
||||
SIZE (mailman/mailman-2.1.17.tgz) = 9011239
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- ./Makefile.in.orig 2013-10-17 06:11:34.000000000 +0200
|
||||
+++ ./Makefile.in 2013-10-18 19:18:05.000000000 +0200
|
||||
@@ -124,7 +124,7 @@
|
||||
do \
|
||||
(cd $$d; $(MAKE) DESTDIR=$(DESTDIR) install); \
|
||||
done
|
||||
- $(PYTHON) -c 'from compileall import *; compile_dir("$(DESTDIR)$(prefix)/Mailman")'
|
||||
+ $(PYTHON) -c 'from compileall import *; compile_dir("$(DESTDIR)$(prefix)/Mailman", ddir="$(prefix)/Mailman")'
|
||||
|
||||
# Only run bin/update if we aren't installing in DESTDIR, as this
|
||||
# means there are probably no lists to deal with, and it wouldn't
|
|
@ -385,6 +385,7 @@
|
|||
%%MMDIR%%/cron/mailpasswds
|
||||
%%MMDIR%%/cron/nightly_gzip
|
||||
%%SUB_HTDIG%%%%MMDIR%%/cron/nightly_htdig
|
||||
@unexec rm -f %%MMDIR%%/cron/paths.pyc
|
||||
%%MMDIR%%/cron/paths.py
|
||||
%%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig
|
||||
%%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig.pl
|
||||
|
|
Loading…
Add table
Reference in a new issue