Index: head/sysutils/pacman/Makefile =================================================================== --- head/sysutils/pacman/Makefile (revision 473386) +++ head/sysutils/pacman/Makefile (revision 473387) @@ -1,78 +1,80 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= pacman -PORTVERSION= 5.0.2 +PORTVERSION= 5.1.0 CATEGORIES= sysutils MASTER_SITES= https://sources.archlinux.org/other/${PORTNAME}/ \ https://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Package manager from ArchLinux LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= asciidoc:textproc/asciidoc \ bash:shells/bash \ gm4:devel/m4 RUN_DEPENDS= bash:shells/bash LIB_DEPENDS= libarchive.so.13:archivers/libarchive -USES= gmake libtool localbase:ldflags pathfix perl5 pkgconfig shebangfix -SHEBANG_FILES= ${WRKSRC}/scripts/makepkg-template.pl.in +USES= gmake libtool localbase:ldflags pathfix perl5 pkgconfig shebangfix ssl +SHEBANG_FILES= ${WRKSRC}/scripts/makepkg-template.pl.in \ + ${WRKSRC}/scripts/libmakepkg/lint_config.sh.in GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-root-dir="${PACMAN_ROOT}" \ --localstatedir=/var +CONFIGURE_ENV= LIBSSL_CFLAGS="-I${OPENSSLINC}" LIBSSL_LIBS="-L${OPENSSLLIB}" USE_LDCONFIG= yes SUB_FILES= pkg-message pkg-deinstall SUB_LIST= PACMAN_ROOT="${PACMAN_ROOT}" PREFIX="${PREFIX}" PLIST_SUB= PACMAN_ROOT="${PACMAN_ROOT:C/^${PREFIX}//}" PACMAN_ROOT?= ${PREFIX}/pacman PORTEXAMPLES= * OPTIONS_DEFINE= CURL GPGME EXAMPLES NLS OPTIONS_DEFAULT=CURL GPGME OPTIONS_SUB= yes CURL_DESC= Use libcurl fetcher instead of external curl/wget CURL_CONFIGURE_WITH= libcurl=${LOCALBASE} CURL_LIB_DEPENDS= libcurl.so:ftp/curl GPGME_DESC= Use GPGME for PGP signature verification GPGME_CONFIGURE_WITH= gpgme GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include post-patch: @${REINPLACE_CMD} -e 's|m4|gm4|' ${WRKSRC}/scripts/Makefile.in @${REINPLACE_CMD} -e '2 s/.*/exit 0/' ${WRKSRC}/build-aux/missing @${REINPLACE_CMD} -e '/INSTALL_DATA.*sysconfdir/ d' ${WRKSRC}/etc/Makefile.in .for tool in curl wget rsync lftpget @${REINPLACE_CMD} -e 's|/usr/bin/${tool}|${LOCALBASE}/bin/${tool}|' \ ${WRKSRC}/etc/pacman.conf.in ${WRKSRC}/etc/makepkg.conf.in .endfor .if ${ARCH} == "i386" @${REINPLACE_CMD} -e '/^Architecture/ s|auto|i686|' ${WRKSRC}/etc/pacman.conf.in .endif .if ${ARCH} == "amd64" @${REINPLACE_CMD} -e '/^Architecture/ s|auto|x86_64|' ${WRKSRC}/etc/pacman.conf.in .endif post-install: .for f in makepkg.conf pacman.conf ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${STAGEDIR}${PREFIX}/etc/${f}.sample .endfor @${MKDIR} ${STAGEDIR}${PACMAN_ROOT} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libalpm.so post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/PKGBUILD-example.txt ${STAGEDIR}${EXAMPLESDIR}/ .include Index: head/sysutils/pacman/distinfo =================================================================== --- head/sysutils/pacman/distinfo (revision 473386) +++ head/sysutils/pacman/distinfo (revision 473387) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524684365 -SHA256 (pacman-5.0.2.tar.gz) = dfd36086ad68564bcd977f4a1fafe51dd328acd4a95093ac4bf1249be9c41f0e -SIZE (pacman-5.0.2.tar.gz) = 3361701 +TIMESTAMP = 1528119790 +SHA256 (pacman-5.1.0.tar.gz) = 9f5993fc8923530713742f15df284677f297b3eca15ed7a24758c98ac7399bd3 +SIZE (pacman-5.1.0.tar.gz) = 3334829 Index: head/sysutils/pacman/pkg-plist =================================================================== --- head/sysutils/pacman/pkg-plist (revision 473386) +++ head/sysutils/pacman/pkg-plist (revision 473387) @@ -1,220 +1,230 @@ bin/cleanupdelta bin/makepkg bin/makepkg-template bin/pacman +bin/pacman-conf bin/pacman-db-upgrade bin/pacman-key -bin/pacman-optimize -bin/pacsort -bin/pactree bin/pkgdelta bin/repo-add bin/repo-elephant bin/repo-remove bin/testpkg bin/vercmp etc/bash_completion.d/pacman @sample etc/makepkg.conf.sample @sample etc/pacman.conf.sample include/alpm.h include/alpm_list.h lib/libalpm.a lib/libalpm.so -lib/libalpm.so.10 -lib/libalpm.so.10.0.2 +lib/libalpm.so.11 +lib/libalpm.so.11.0.0 libdata/pkgconfig/libalpm.pc man/man1/makepkg-template.1.gz man/man3/libalpm.3.gz +man/man5/BUILDINFO.5.gz man/man5/PKGBUILD.5.gz man/man5/alpm-hooks.5.gz man/man5/makepkg.conf.5.gz man/man5/pacman.conf.5.gz man/man8/makepkg.8.gz man/man8/pacman-key.8.gz man/man8/pacman.8.gz -man/man8/pactree.8.gz man/man8/pkgdelta.8.gz man/man8/repo-add.8.gz man/man8/repo-remove.8.gz man/man8/vercmp.8.gz %%NLS%%share/locale/ar/LC_MESSAGES/libalpm.mo -%%NLS%%share/locale/ar/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/ar/LC_MESSAGES/pacman.mo -%%NLS%%share/locale/az_AZ/LC_MESSAGES/pacman-scripts.mo -%%NLS%%share/locale/az_AZ/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/ast/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/ast/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/bg/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/bg/LC_MESSAGES/pacman-scripts.mo +%%NLS%%share/locale/bg/LC_MESSAGES/pacman.mo %%NLS%%share/locale/br/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/br/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/br/LC_MESSAGES/pacman.mo %%NLS%%share/locale/ca/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ca/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/ca/LC_MESSAGES/pacman.mo %%NLS%%share/locale/cs/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/cs/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/cs/LC_MESSAGES/pacman.mo %%NLS%%share/locale/da/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/da/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/da/LC_MESSAGES/pacman.mo %%NLS%%share/locale/de/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/de/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/de/LC_MESSAGES/pacman.mo %%NLS%%share/locale/el/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/el/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/el/LC_MESSAGES/pacman.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/pacman.mo %%NLS%%share/locale/eo/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/eo/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/eo/LC_MESSAGES/pacman.mo %%NLS%%share/locale/es/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/es/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/es/LC_MESSAGES/pacman.mo %%NLS%%share/locale/es_419/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/es_419/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/es_419/LC_MESSAGES/pacman.mo -%%NLS%%share/locale/fa/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/eu/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/eu/LC_MESSAGES/pacman-scripts.mo +%%NLS%%share/locale/eu/LC_MESSAGES/pacman.mo +%%NLS%%share/locale/eu_ES/LC_MESSAGES/libalpm.mo +%%NLS%%share/locale/eu_ES/LC_MESSAGES/pacman-scripts.mo +%%NLS%%share/locale/eu_ES/LC_MESSAGES/pacman.mo %%NLS%%share/locale/fi/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/fi/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/fi/LC_MESSAGES/pacman.mo %%NLS%%share/locale/fr/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/fr/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/fr/LC_MESSAGES/pacman.mo %%NLS%%share/locale/gl/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/gl/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/gl/LC_MESSAGES/pacman.mo %%NLS%%share/locale/hr/LC_MESSAGES/libalpm.mo -%%NLS%%share/locale/hr/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/hr/LC_MESSAGES/pacman.mo %%NLS%%share/locale/hu/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/hu/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/hu/LC_MESSAGES/pacman.mo %%NLS%%share/locale/id/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/id/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/id/LC_MESSAGES/pacman.mo -%%NLS%%share/locale/is/LC_MESSAGES/libalpm.mo -%%NLS%%share/locale/is/LC_MESSAGES/pacman-scripts.mo -%%NLS%%share/locale/is/LC_MESSAGES/pacman.mo %%NLS%%share/locale/it/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/it/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/it/LC_MESSAGES/pacman.mo %%NLS%%share/locale/ja/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ja/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/ja/LC_MESSAGES/pacman.mo -%%NLS%%share/locale/ka/LC_MESSAGES/libalpm.mo -%%NLS%%share/locale/ka/LC_MESSAGES/pacman-scripts.mo -%%NLS%%share/locale/ka/LC_MESSAGES/pacman.mo %%NLS%%share/locale/kk/LC_MESSAGES/libalpm.mo -%%NLS%%share/locale/kk/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/kk/LC_MESSAGES/pacman.mo %%NLS%%share/locale/ko/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ko/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/ko/LC_MESSAGES/pacman.mo %%NLS%%share/locale/lt/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/lt/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/lt/LC_MESSAGES/pacman.mo %%NLS%%share/locale/nb/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/nb/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/nb/LC_MESSAGES/pacman.mo %%NLS%%share/locale/nl/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/nl/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/nl/LC_MESSAGES/pacman.mo %%NLS%%share/locale/pl/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/pl/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/pl/LC_MESSAGES/pacman.mo %%NLS%%share/locale/pt/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/pt/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/pt/LC_MESSAGES/pacman.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pacman.mo %%NLS%%share/locale/ro/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ro/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/ro/LC_MESSAGES/pacman.mo %%NLS%%share/locale/ru/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ru/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/ru/LC_MESSAGES/pacman.mo %%NLS%%share/locale/sk/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/sk/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/sk/LC_MESSAGES/pacman.mo %%NLS%%share/locale/sl/LC_MESSAGES/libalpm.mo -%%NLS%%share/locale/sl/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/sl/LC_MESSAGES/pacman.mo %%NLS%%share/locale/sr/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/sr/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/sr/LC_MESSAGES/pacman.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/pacman.mo %%NLS%%share/locale/sv/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/sv/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/sv/LC_MESSAGES/pacman.mo -%%NLS%%share/locale/th/LC_MESSAGES/pacman.mo %%NLS%%share/locale/tr/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/tr/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/tr/LC_MESSAGES/pacman.mo %%NLS%%share/locale/uk/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/uk/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/uk/LC_MESSAGES/pacman.mo -%%NLS%%share/locale/vi/LC_MESSAGES/pacman.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pacman.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pacman.mo +share/makepkg/integrity.sh +share/makepkg/integrity/generate_checksum.sh +share/makepkg/integrity/generate_signature.sh +share/makepkg/integrity/verify_checksum.sh +share/makepkg/integrity/verify_signature.sh +share/makepkg/lint_config.sh +share/makepkg/lint_config/paths.sh +share/makepkg/lint_config/variable.sh share/makepkg/lint_package.sh share/makepkg/lint_package/build_references.sh +share/makepkg/lint_package/dotfiles.sh +share/makepkg/lint_package/file_names.sh share/makepkg/lint_package/missing_backup.sh share/makepkg/lint_pkgbuild.sh share/makepkg/lint_pkgbuild/arch.sh share/makepkg/lint_pkgbuild/backup.sh share/makepkg/lint_pkgbuild/changelog.sh +share/makepkg/lint_pkgbuild/checkdepends.sh +share/makepkg/lint_pkgbuild/conflicts.sh +share/makepkg/lint_pkgbuild/depends.sh share/makepkg/lint_pkgbuild/epoch.sh share/makepkg/lint_pkgbuild/install.sh +share/makepkg/lint_pkgbuild/makedepends.sh share/makepkg/lint_pkgbuild/optdepends.sh share/makepkg/lint_pkgbuild/options.sh share/makepkg/lint_pkgbuild/package_function.sh share/makepkg/lint_pkgbuild/pkgbase.sh share/makepkg/lint_pkgbuild/pkglist.sh share/makepkg/lint_pkgbuild/pkgname.sh share/makepkg/lint_pkgbuild/pkgrel.sh share/makepkg/lint_pkgbuild/pkgver.sh share/makepkg/lint_pkgbuild/provides.sh share/makepkg/lint_pkgbuild/source.sh share/makepkg/lint_pkgbuild/util.sh share/makepkg/lint_pkgbuild/variable.sh share/makepkg/source.sh share/makepkg/source/bzr.sh share/makepkg/source/file.sh share/makepkg/source/git.sh share/makepkg/source/hg.sh share/makepkg/source/local.sh share/makepkg/source/svn.sh +share/makepkg/srcinfo.sh share/makepkg/tidy.sh share/makepkg/tidy/docs.sh share/makepkg/tidy/emptydirs.sh share/makepkg/tidy/libtool.sh -share/makepkg/tidy/optipng.sh share/makepkg/tidy/purge.sh share/makepkg/tidy/staticlibs.sh share/makepkg/tidy/strip.sh -share/makepkg/tidy/upx.sh share/makepkg/tidy/zipman.sh share/makepkg/util.sh +share/makepkg/util/compress.sh +share/makepkg/util/error.sh share/makepkg/util/message.sh share/makepkg/util/option.sh +share/makepkg/util/parseopts.sh share/makepkg/util/pkgbuild.sh share/makepkg/util/source.sh share/makepkg/util/util.sh %%DATADIR%%/PKGBUILD-split.proto %%DATADIR%%/PKGBUILD-vcs.proto %%DATADIR%%/PKGBUILD.proto %%DATADIR%%/proto.install share/zsh/site-functions/_pacman @dir share/libalpm/hooks @dir share/makepkg-template @dir %%PACMAN_ROOT%% @dir /var/cache/pacman/pkg @dir /var/cache/pacman @dir /var/lib/pacman @dir /var/lib