svn commit: r371413 - in head/misc/auto-multiple-choice: . files
Antoine Brodin
antoine at FreeBSD.org
Thu Oct 23 20:57:50 UTC 2014
Author: antoine
Date: Thu Oct 23 20:57:48 2014
New Revision: 371413
URL: https://svnweb.freebsd.org/changeset/ports/371413
QAT: https://qat.redports.org/buildarchive/r371413/
Log:
Allow staging as a regular user
Modified:
head/misc/auto-multiple-choice/files/patch-Makefile.conf
head/misc/auto-multiple-choice/pkg-plist
Modified: head/misc/auto-multiple-choice/files/patch-Makefile.conf
==============================================================================
--- head/misc/auto-multiple-choice/files/patch-Makefile.conf Thu Oct 23 20:37:25 2014 (r371412)
+++ head/misc/auto-multiple-choice/files/patch-Makefile.conf Thu Oct 23 20:57:48 2014 (r371413)
@@ -1,5 +1,5 @@
---- ./Makefile.conf.orig 2013-07-28 22:22:29.000000000 +0900
-+++ ./Makefile.conf 2014-03-05 18:41:03.000000000 +0900
+--- Makefile.conf.orig 2013-07-28 13:22:29 UTC
++++ Makefile.conf
@@ -28,54 +28,63 @@
LATEX_FREE=0
@@ -82,11 +82,13 @@
GCC_OPENCV_LIBS=auto
# INFO IN DESKTOP FILE
-@@ -86,6 +95,6 @@
+@@ -85,7 +94,7 @@
+ # INSTALL USER AND GROUP
ifneq ($(SYSTEM_TYPE),rpm)
- INSTALL_USER=root
+-INSTALL_USER=root
-INSTALL_GROUP=root
-+INSTALL_GROUP=wheel
++INSTALL_USER=
++INSTALL_GROUP=
endif
Modified: head/misc/auto-multiple-choice/pkg-plist
==============================================================================
--- head/misc/auto-multiple-choice/pkg-plist Thu Oct 23 20:37:25 2014 (r371412)
+++ head/misc/auto-multiple-choice/pkg-plist Thu Oct 23 20:57:48 2014 (r371413)
@@ -158,30 +158,3 @@ share/pixmaps/auto-multiple-choice.xpm
%%TEXMFLOCALDIR%%/doc/latex/AMC/sample-separate.pdf
%%TEXMFLOCALDIR%%/doc/latex/AMC/sample-separate.tex
%%TEXMFLOCALDIR%%/tex/latex/AMC/automultiplechoice.sty
- at dirrm lib/AMC/exec
- at dirrm lib/AMC/perl
- at dirrm lib/AMC
- at dirrm %%SITE_PERL%%/AMC/DataModule
- at dirrm %%SITE_PERL%%/AMC/Export/register
- at dirrm %%SITE_PERL%%/AMC/Export
- at dirrm %%SITE_PERL%%/AMC/Filter/register
- at dirrm %%SITE_PERL%%/AMC/Filter
- at dirrm %%SITE_PERL%%/AMC/Gui
- at dirrm %%SITE_PERL%%/AMC
- at dirrmtry man/fr/man1
- at dirrmtry man/fr
- at dirrm %%DATADIR%%/icons
- at dirrm %%DATADIR%%/models/ar
- at dirrm %%DATADIR%%/models/en
- at dirrm %%DATADIR%%/models/fr
- at dirrm %%DATADIR%%/models/ja
- at dirrm %%DATADIR%%/models
- at dirrm %%DATADIR%%
- at dirrmtry share/gtksourceview-2.0/language-specs
- at dirrmtry share/gtksourceview-2.0
- at dirrm %%TEXMFLOCALDIR%%/doc/latex/AMC
- at dirrmtry %%TEXMFLOCALDIR%%/doc/latex
- at dirrmtry %%TEXMFLOCALDIR%%/doc
- at dirrm %%TEXMFLOCALDIR%%/tex/latex/AMC
- at dirrmtry %%TEXMFLOCALDIR%%/tex/latex
- at dirrmtry %%TEXMFLOCALDIR%%/tex
More information about the svn-ports-head
mailing list