diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-04-01 11:01:46 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-04-01 11:01:46 +0000 |
commit | 57431d1cb41eecd84bf446bd08fdc5ad2310ec6b (patch) | |
tree | f0ae00b3c2cf6da6246e3c476f5f331e672c7bc9 | |
parent | Remove LLVM 3.7 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=437428
-rw-r--r-- | editors/pico-alpine/Makefile | 4 | ||||
-rw-r--r-- | mail/alpine/Makefile | 10 | ||||
-rw-r--r-- | mail/alpine/distinfo | 9 |
3 files changed, 12 insertions, 11 deletions
diff --git a/editors/pico-alpine/Makefile b/editors/pico-alpine/Makefile index be8e637e1d7b..54add22b6385 100644 --- a/editors/pico-alpine/Makefile +++ b/editors/pico-alpine/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pico-alpine -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= editors DISTNAME= alpine-${PORTVERSION} @@ -24,7 +24,7 @@ post-patch: ${WRKSRC}/imap/Makefile.presed > ${WRKSRC}/imap/Makefile @${CP} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed @${SED} -e "s#^\(SUBDIRS.*pico\).*#\1#" \ - -e "s#^man_MANS.*#man_MANS = doc/pico.1 doc/pilot.1#" \ + -e "s#^man_MANS.*#man_MANS = doc/man1/pico.1 doc/man1/pilot.1#" \ ${WRKSRC}/Makefile.in.presed > ${WRKSRC}/Makefile.in .include "${MASTERDIR}/Makefile" 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 |