Re: udpate: sysclean 2.4

2017-08-20 Thread Antoine Jacoutot
On Sun, Aug 20, 2017 at 10:16:01AM +0200, Sebastien Marie wrote:
> Hi,
> 
> Here an update for sysclean 2.3 -> 2.4.
> 
> ChangeLog:
> - install the script inside sbin/ instead of bin/ as sysclean is root
>   only
> - check the man page using mandoc -Tlint -Wstyle
> - add accounting support (if enabled via rc.conf.local)

Committed, thanks.


> 
> Thanks.
> -- 
> Sebastien Marie
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/sysutils/sysclean/Makefile,v
> retrieving revision 1.13
> diff -u -p -r1.13 Makefile
> --- Makefile  21 Jun 2017 15:16:31 -  1.13
> +++ Makefile  20 Aug 2017 08:11:08 -
> @@ -4,7 +4,7 @@ COMMENT = list obsolete files between Op
>  
>  GH_ACCOUNT = semarie
>  GH_PROJECT = sysclean
> -GH_TAGNAME = 2.3
> +GH_TAGNAME = 2.4
>  
>  CATEGORIES = sysutils
>  HOMEPAGE =   https://github.com/semarie/sysclean/
> @@ -14,7 +14,7 @@ MAINTAINER =Sebastien Marie   # ISC
>  PERMIT_PACKAGE_CDROM =   Yes
>  
> -MAKE_ENV =   BINDIR=${LOCALBASE}/bin \
> +MAKE_ENV =   BINDIR=${LOCALBASE}/sbin \
>   MANDIR=${LOCALBASE}/man/man
>  
>  NO_BUILD =   Yes
> Index: distinfo
> ===
> RCS file: /cvs/ports/sysutils/sysclean/distinfo,v
> retrieving revision 1.12
> diff -u -p -r1.12 distinfo
> --- distinfo  21 Jun 2017 15:16:31 -  1.12
> +++ distinfo  20 Aug 2017 08:11:08 -
> @@ -1,2 +1,2 @@
> -SHA256 (sysclean-2.3.tar.gz) = X5Q07BmhkOjwt4HRHXrBvvNGRAM7Nl+ogjCFa9dqBVc=
> -SIZE (sysclean-2.3.tar.gz) = 5798
> +SHA256 (sysclean-2.4.tar.gz) = uce1MYfem7eo4mjDvnoZH+nADdcTPAY4igJzNn9cfR8=
> +SIZE (sysclean-2.4.tar.gz) = 5837
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/sysutils/sysclean/pkg/PLIST,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 PLIST
> --- pkg/PLIST 5 Mar 2016 15:33:19 -   1.1.1.1
> +++ pkg/PLIST 20 Aug 2017 08:11:08 -
> @@ -1,5 +1,5 @@
>  @comment $OpenBSD: PLIST,v 1.1.1.1 2016/03/05 15:33:19 semarie Exp $
> -bin/sysclean
>  @man man/man8/sysclean.8
> +sbin/sysclean
>  share/examples/sysclean/
>  share/examples/sysclean/sysclean.ignore
> 

-- 
Antoine



udpate: sysclean 2.4

2017-08-20 Thread Sebastien Marie
Hi,

Here an update for sysclean 2.3 -> 2.4.

ChangeLog:
- install the script inside sbin/ instead of bin/ as sysclean is root
  only
- check the man page using mandoc -Tlint -Wstyle
- add accounting support (if enabled via rc.conf.local)

Thanks.
-- 
Sebastien Marie


Index: Makefile
===
RCS file: /cvs/ports/sysutils/sysclean/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile21 Jun 2017 15:16:31 -  1.13
+++ Makefile20 Aug 2017 08:11:08 -
@@ -4,7 +4,7 @@ COMMENT =   list obsolete files between Op
 
 GH_ACCOUNT =   semarie
 GH_PROJECT =   sysclean
-GH_TAGNAME =   2.3
+GH_TAGNAME =   2.4
 
 CATEGORIES =   sysutils
 HOMEPAGE = https://github.com/semarie/sysclean/
@@ -14,7 +14,7 @@ MAINTAINER =  Sebastien Marie