Index: head/mail/s-nail/Makefile =================================================================== --- head/mail/s-nail/Makefile (revision 511037) +++ head/mail/s-nail/Makefile (revision 511038) @@ -1,44 +1,45 @@ # $FreeBSD$ PORTNAME= s-nail -PORTVERSION= 14.9.14 +PORTVERSION= 14.9.15 CATEGORIES= mail MASTER_SITES= https://www.sdaoden.eu/downloads/ MAINTAINER= yasu@utahime.org COMMENT= Send and receive Internet mail LICENSE= BSD3CLAUSE BSD4CLAUSE ISCL MIT RFC2104 RSA LICENSE_COMB= multi LICENSE_NAME_RFC2104= License of RFC2104 LICENSE_NAME_RSA= RSA Data Security license LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS_RFC2104= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_RSA= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libidn2.so:dns/libidn2 RUN_DEPENDS= mime-support>0:misc/mime-support -USES= iconv ssl tar:xz +USES= iconv localbase ssl tar:xz PLIST_FILES= bin/s-nail \ "@sample etc/s-nail.rc.sample" \ libexec/s-nail-dotlock \ man/man1/s-nail.1.gz MAKEFILE= makefile -MAKE_ENV= VAL_PREFIX=${PREFIX} VAL_MANDIR=${MANPREFIX}/man VAL_MIME_TYPES_SYS=${PREFIX}/etc/mime.types VAL_IDNA=idn2 +MAKE_ENV= EXTRA_CFLAGS="-DLIBICONV_PLUG" INCS=-I${LOCALBASE}/include \ + VAL_PREFIX=${PREFIX} VAL_MANDIR=${MANPREFIX}/man VAL_MIME_TYPES_SYS=${PREFIX}/etc/mime.types VAL_IDNA=idn2 MAKE_JOBS_UNSAFE= yes PORTDOCS= NEWS README OPTIONS_DEFINE= DOCS post-install: ${INSTALL_DATA} ${WRKSRC}/nail.rc ${STAGEDIR}${PREFIX}/etc/s-nail.rc.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/mail/s-nail/distinfo =================================================================== --- head/mail/s-nail/distinfo (revision 511037) +++ head/mail/s-nail/distinfo (revision 511038) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565379324 -SHA256 (s-nail-14.9.14.tar.xz) = 1e4e002ff83fb697b9f33a786e6bdac0d6d0511a3cc1089cce299078a04a25ba -SIZE (s-nail-14.9.14.tar.xz) = 753980 +TIMESTAMP = 1566427826 +SHA256 (s-nail-14.9.15.tar.xz) = 95ba750d8ea8e519b5161f211096ed0c46f3f0273b03cfadb5edbeac57b31570 +SIZE (s-nail-14.9.15.tar.xz) = 757180 Index: head/mail/s-nail/files/patch-mk_make-config.sh =================================================================== --- head/mail/s-nail/files/patch-mk_make-config.sh (nonexistent) +++ head/mail/s-nail/files/patch-mk_make-config.sh (revision 511038) @@ -0,0 +1,11 @@ +--- mk/make-config.sh.orig 2019-09-03 03:11:46 UTC ++++ mk/make-config.sh +@@ -1357,7 +1357,7 @@ PATH=${__PATH} + thecmd_testandset_fail MAKE make + make=${MAKE} + export MAKE +-thecmd_testandset strip strip && HAVE_STRIP=1 || HAVE_STRIP=0 ++thecmd_testandset strip strip + + # For ./mx-test.sh only + thecmd_testandset_fail cksum cksum Property changes on: head/mail/s-nail/files/patch-mk_make-config.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/mail/s-nail/files/patch-mk_make-install.sh =================================================================== --- head/mail/s-nail/files/patch-mk_make-install.sh (nonexistent) +++ head/mail/s-nail/files/patch-mk_make-install.sh (revision 511038) @@ -0,0 +1,11 @@ +--- mk/make-install.sh.orig 2019-09-03 03:03:54 UTC ++++ mk/make-install.sh +@@ -32,7 +32,7 @@ __copychownfile() { + __stripfile() { + _file=${1} + if [ "${OPT_DEBUG}" != 0 ]; then :; +- elif [ -n "${HAVE_STRIP}" ]; then ++ elif [ "x${strip}" != "x" ]; then + ${strip} "${_file}" + fi + } Property changes on: head/mail/s-nail/files/patch-mk_make-install.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property