Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2014 20:57:49 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371413 - in head/misc/auto-multiple-choice: . files
Message-ID:  <201410232057.s9NKvnem055525@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrm lib/AMC/exec
-@dirrm lib/AMC/perl
-@dirrm lib/AMC
-@dirrm %%SITE_PERL%%/AMC/DataModule
-@dirrm %%SITE_PERL%%/AMC/Export/register
-@dirrm %%SITE_PERL%%/AMC/Export
-@dirrm %%SITE_PERL%%/AMC/Filter/register
-@dirrm %%SITE_PERL%%/AMC/Filter
-@dirrm %%SITE_PERL%%/AMC/Gui
-@dirrm %%SITE_PERL%%/AMC
-@dirrmtry man/fr/man1
-@dirrmtry man/fr
-@dirrm %%DATADIR%%/icons
-@dirrm %%DATADIR%%/models/ar
-@dirrm %%DATADIR%%/models/en
-@dirrm %%DATADIR%%/models/fr
-@dirrm %%DATADIR%%/models/ja
-@dirrm %%DATADIR%%/models
-@dirrm %%DATADIR%%
-@dirrmtry share/gtksourceview-2.0/language-specs
-@dirrmtry share/gtksourceview-2.0
-@dirrm %%TEXMFLOCALDIR%%/doc/latex/AMC
-@dirrmtry %%TEXMFLOCALDIR%%/doc/latex
-@dirrmtry %%TEXMFLOCALDIR%%/doc
-@dirrm %%TEXMFLOCALDIR%%/tex/latex/AMC
-@dirrmtry %%TEXMFLOCALDIR%%/tex/latex
-@dirrmtry %%TEXMFLOCALDIR%%/tex



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410232057.s9NKvnem055525>