Date: Mon, 16 Apr 2018 12:52:34 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467483 - head/security/pam_pwdfile Message-ID: <201804161252.w3GCqYie092063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Apr 16 12:52:34 2018 New Revision: 467483 URL: https://svnweb.freebsd.org/changeset/ports/467483 Log: Use USE_GITHUB correctly. Cleanup. Sponsored by: Absolight Modified: head/security/pam_pwdfile/Makefile (contents, props changed) head/security/pam_pwdfile/distinfo (contents, props changed) Modified: head/security/pam_pwdfile/Makefile ============================================================================== --- head/security/pam_pwdfile/Makefile Mon Apr 16 12:44:52 2018 (r467482) +++ head/security/pam_pwdfile/Makefile Mon Apr 16 12:52:34 2018 (r467483) @@ -3,17 +3,17 @@ PORTNAME= pam_pwdfile PORTVERSION= 1.0 +DISTVERSIONPREFIX= v CATEGORIES= security MAINTAINER= lev@FreeBSD.org COMMENT= Pam module for authenticating with flat passwd files +USES= uidfix USE_GITHUB= yes GH_ACCOUNT= tiwe-de GH_PROJECT= libpam-pwdfile -GH_TAGNAME= v${PORTVERSION} -USES= uidfix MAKEFILE= ${FILESDIR}/Makefile.bsd PLIST_FILES= lib/pam_pwdfile.so Modified: head/security/pam_pwdfile/distinfo ============================================================================== --- head/security/pam_pwdfile/distinfo Mon Apr 16 12:44:52 2018 (r467482) +++ head/security/pam_pwdfile/distinfo Mon Apr 16 12:52:34 2018 (r467483) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523618004 -SHA256 (tiwe-de-libpam-pwdfile-1.0-v1.0_GH0.tar.gz) = 5b8db1397cff9cadfd1bb96f53c134b787ab0e6a0fbedb71040541d340313ba2 -SIZE (tiwe-de-libpam-pwdfile-1.0-v1.0_GH0.tar.gz) = 13418 +TIMESTAMP = 1523883055 +SHA256 (tiwe-de-libpam-pwdfile-v1.0_GH0.tar.gz) = 5b8db1397cff9cadfd1bb96f53c134b787ab0e6a0fbedb71040541d340313ba2 +SIZE (tiwe-de-libpam-pwdfile-v1.0_GH0.tar.gz) = 13418
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804161252.w3GCqYie092063>