Index: head/security/doas/Makefile =================================================================== --- head/security/doas/Makefile (revision 417444) +++ head/security/doas/Makefile (revision 417445) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= doas PORTVERSION= 5.9 CATEGORIES= security MAINTAINER= jsmith@resonatingmedia.com COMMENT= Simple sudo alternative to run commands as another user LICENSE= ISCL USE_GITHUB= yes GH_ACCOUNT= slicer69 GH_PROJECT= doas -GH_TAGNAME= e6f1456 +GH_TAGNAME= 720db72 BINMODE= 4755 SUB_FILES= pkg-message PLIST_FILES= bin/doas \ man/man5/doas.conf.5.gz \ man/man1/doas.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doas.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doas.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 .include Index: head/security/doas/distinfo =================================================================== --- head/security/doas/distinfo (revision 417444) +++ head/security/doas/distinfo (revision 417445) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466641283 -SHA256 (slicer69-doas-5.9-e6f1456_GH0.tar.gz) = 304008cfca04b8825393d3cf50b6085842b36c2668fda81d24bf16e56a042c49 -SIZE (slicer69-doas-5.9-e6f1456_GH0.tar.gz) = 10469 +TIMESTAMP = 1466800304 +SHA256 (slicer69-doas-5.9-720db72_GH0.tar.gz) = 4bfa5cfc18400de3280917588affe49d177a46d9cc3d4367e8b7150eb6fbb2f1 +SIZE (slicer69-doas-5.9-720db72_GH0.tar.gz) = 10735 Index: head/security/doas/files/patch-Makefile =================================================================== --- head/security/doas/files/patch-Makefile (revision 417444) +++ head/security/doas/files/patch-Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.orig 2016-06-22 22:59:03 UTC -+++ Makefile -@@ -3,7 +3,7 @@ YC?=yacc - BIN=doas - PREFIX?=/usr/local - OBJECTS=doas.o env.o execvpe.o y.tab.o --CFLAG+= -DUSE_PAM -+CFLAG+= -DUSE_PAM -DDOAS_CONF=\"${PREFIX}/etc/doas.conf\" - LFLAG+= -lpam - - all: $(OBJECTS) Property changes on: head/security/doas/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/doas/files/patch-doas.c =================================================================== --- head/security/doas/files/patch-doas.c (revision 417444) +++ head/security/doas/files/patch-doas.c (nonexistent) @@ -1,11 +0,0 @@ ---- doas.c.orig 2016-06-22 22:59:03 UTC -+++ doas.c -@@ -324,7 +324,7 @@ main(int argc, char **argv) - int pam_silent = PAM_SILENT; - #endif - -- parseconfig("/usr/local/etc/doas.conf", 1); -+ parseconfig(DOAS_CONF, 1); - - /* cmdline is used only for logging, no need to abort on truncate */ - (void) strlcpy(cmdline, argv[0], sizeof(cmdline)); Property changes on: head/security/doas/files/patch-doas.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property