diff options
author | pi <pi@FreeBSD.org> | 2017-04-01 19:01:46 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-04-01 19:01:46 +0800 |
commit | 22cbe43062322c0adcb171e04066cdf443c0ac70 (patch) | |
tree | f0ae00b3c2cf6da6246e3c476f5f331e672c7bc9 /mail | |
parent | 3938da88d970a94de6fce29f6596ccc7480837aa (diff) | |
download | freebsd-ports-gnome-22cbe43062322c0adcb171e04066cdf443c0ac70.tar.gz freebsd-ports-gnome-22cbe43062322c0adcb171e04066cdf443c0ac70.tar.zst freebsd-ports-gnome-22cbe43062322c0adcb171e04066cdf443c0ac70.zip |
editors/pico-alpine: update 2.20 -> 2.21
mail/alpine: update 2.20 -> 2.21
- lots of changes, see the release notes
PR: 218240, 218239
Changes: http://patches.freeiz.com/alpine/release/index.html
Submitted by: Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/alpine/Makefile | 10 | ||||
-rw-r--r-- | mail/alpine/distinfo | 9 |
2 files changed, 10 insertions, 9 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index c0be0cc3b07e..dd79c05cbe24 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME?= alpine -PORTVERSION= 2.20 -PORTREVISION?= 1 +PORTVERSION= 2.21 +PORTREVISION?= 0 CATEGORIES?= mail news ipv6 MASTER_SITES= http://patches.freeiz.com/alpine/release/src/ DIST_SUBDIR= alpine-${PORTVERSION} @@ -29,7 +29,7 @@ CONS25_DESC= Add a patch to support color for default console MAILDIR_DESC= Add a patch for maildir support .endif -USES= libtool ncurses tar:xz +USES+= libtool ncurses tar:xz gettext-runtime MAKE_JOBS_UNSAFE= yes @@ -129,14 +129,14 @@ post-patch: -e "s#\$$(pico_SOURCES) \$$(pilot_SOURCES)##" \ ${WRKSRC}/pico/Makefile.in.presed > ${WRKSRC}/pico/Makefile.in @${CP} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed - @${SED} -e "s#doc/pico.1 doc/pilot.1 ##" \ + @${SED} -e "s#doc/man1/pico.1 doc/man1/pilot.1 ##" \ ${WRKSRC}/Makefile.in.presed > ${WRKSRC}/Makefile.in @${CP} ${WRKSRC}/imap/src/osdep/unix/Makefile \ ${WRKSRC}/imap/src/osdep/unix/Makefile.presed @${SED} -e "s#^LOCKPGM=.*#LOCKPGM= ${PREFIX}/libexec/mlock#" \ ${WRKSRC}/imap/src/osdep/unix/Makefile.presed \ > ${WRKSRC}/imap/src/osdep/unix/Makefile - @for i in ${WRKSRC}/README ${WRKSRC}/doc/alpine.1 \ + @for i in ${WRKSRC}/README ${WRKSRC}/doc/man1/alpine.1 \ ${WRKSRC}/doc/*.txt \ ${WRKSRC}/doc/tech-notes/*.txt \ ${WRKSRC}/doc/tech-notes/*.html \ diff --git a/mail/alpine/distinfo b/mail/alpine/distinfo index 348c344cda6c..13c1bcd6f954 100644 --- a/mail/alpine/distinfo +++ b/mail/alpine/distinfo @@ -1,4 +1,5 @@ -SHA256 (alpine-2.20/alpine-2.20.tar.xz) = ed639b6e5bb97e6b0645c85262ca6a784316195d461ce8d8411999bf80449227 -SIZE (alpine-2.20/alpine-2.20.tar.xz) = 4841816 -SHA256 (alpine-2.20/maildir.patch.gz) = 1ef0932b80d7f790ce6577a521a7b613b5ce277bb13cbaf0116bb5de1499caaa -SIZE (alpine-2.20/maildir.patch.gz) = 38374 +TIMESTAMP = 1490818618 +SHA256 (alpine-2.21/alpine-2.21.tar.xz) = 6030b6881b8168546756ab3a5e43628d8d564539b0476578e287775573a77438 +SIZE (alpine-2.21/alpine-2.21.tar.xz) = 4720856 +SHA256 (alpine-2.21/maildir.patch.gz) = 1229ea9ec4e150dda1d2da866730a777148874e4667c54cd2c488101b5db8099 +SIZE (alpine-2.21/maildir.patch.gz) = 33789 |