Bug 183365 - [maintainer] mail/cyrus2dovecot support staging
Summary: [maintainer] mail/cyrus2dovecot support staging
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-27 14:20 UTC by Vladimir Kondratiev
Modified: 2013-10-27 20:30 UTC (History)
0 users

See Also:


Attachments
file.diff (970 bytes, patch)
2013-10-27 14:20 UTC, Vladimir Kondratiev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kondratiev 2013-10-27 14:20:00 UTC
1. support staging
2. add license section

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-27 14:20:07 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-10-27 17:03:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-10-27 20:24:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-10-27 20:24:35 UTC
Author: wg
Date: Sun Oct 27 20:24:23 2013
New Revision: 331802
URL: http://svnweb.freebsd.org/changeset/ports/331802

Log:
  mail/cyrus2dovecot: allow staging
  
  - Allow staging
  - Add LICENSE
  
  PR:		ports/183365
  Submitted by:	Vladimir Kondratiev <wulf mail.mipt.ru> (maintainer)

Modified:
  head/mail/cyrus2dovecot/Makefile

Modified: head/mail/cyrus2dovecot/Makefile
==============================================================================
--- head/mail/cyrus2dovecot/Makefile	Sun Oct 27 19:40:18 2013	(r331801)
+++ head/mail/cyrus2dovecot/Makefile	Sun Oct 27 20:24:23 2013	(r331802)
@@ -11,13 +11,14 @@ EXTRACT_ONLY=
 MAINTAINER=	wulf@mail.mipt.ru
 COMMENT=	Convert Cyrus folders to Dovecot
 
-PLIST_FILES=	bin/${PORTNAME}
-MAN1=		${PORTNAME}.1
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
 USES=		perl5
 NO_WRKSUBDIR=	yes
 
-NO_STAGE=	yes
 post-extract:
 	@${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC}
 
@@ -30,7 +31,9 @@ do-build:
 		${WRKSRC}/${DISTNAME} ${WRKSRC}/${PORTNAME}.1
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1/${PORTNAME}.1
+	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
+		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
+		${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
 
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"