Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 09:41:41 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333826 - in head/archivers/rzip: . files
Message-ID:  <201311150941.rAF9ffLC044085@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Nov 15 09:41:40 2013
New Revision: 333826
URL: http://svnweb.freebsd.org/changeset/ports/333826

Log:
  - Add LICENSE
  - Support staging
  - Take maintainership

Added:
  head/archivers/rzip/files/
  head/archivers/rzip/files/patch-Makefile.in   (contents, props changed)
Modified:
  head/archivers/rzip/Makefile

Modified: head/archivers/rzip/Makefile
==============================================================================
--- head/archivers/rzip/Makefile	Fri Nov 15 09:40:36 2013	(r333825)
+++ head/archivers/rzip/Makefile	Fri Nov 15 09:41:40 2013	(r333826)
@@ -4,15 +4,16 @@
 PORTNAME=	rzip
 PORTVERSION=	2.1
 CATEGORIES=	archivers
-MASTER_SITES=	http://rzip.samba.org/ftp/rzip/
+MASTER_SITES=	SAMBA
+MASTER_SITE_SUBDIR=	rzip
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Compression program similar to gzip or bzip2
 
+LICENSE=	GPLv2
+
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
-MAN1=		rzip.1
-PLIST_FILES=	bin/rzip
+PLIST_FILES=	bin/rzip man/man1/rzip.1.gz
 
 .include <bsd.port.mk>

Added: head/archivers/rzip/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/rzip/files/patch-Makefile.in	Fri Nov 15 09:41:40 2013	(r333826)
@@ -0,0 +1,13 @@
+--- ./Makefile.in.orig	2013-11-15 10:34:18.246331970 +0100
++++ ./Makefile.in	2013-11-15 10:34:38.383364598 +0100
+@@ -3,8 +3,8 @@
+ 
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+-INSTALL_BIN=$(exec_prefix)/bin
+-INSTALL_MAN=$(prefix)/man
++INSTALL_BIN=$(DESTDIR)$(exec_prefix)/bin
++INSTALL_MAN=$(DESTDIR)$(prefix)/man
+ 
+ LIBS=@LIBS@
+ CC=@CC@



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