FreeBSD Bugzilla – Attachment 144261 Details for
Bug 191478
[maintainer update] security/ccrypt stagify and license
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Next revision
20140629_2020_ccrypt.patch (text/plain), 1.56 KB, created by
Oliver Heesakkers
on 2014-06-29 18:25:04 UTC
(
hide
)
Description:
Next revision
Filename:
MIME Type:
Creator:
Oliver Heesakkers
Created:
2014-06-29 18:25:04 UTC
Size:
1.56 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 359707) >+++ Makefile (working copy) >@@ -10,9 +10,11 @@ > MAINTAINER= dev2@heesakkers.info > COMMENT= Command-line utility for encrypting and decrypting files and streams > >-USES= gmake >-NO_STAGE= yes >+LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/COPYING > >+USES= gmake >+ > OPTIONS_DEFINE= DOCS NLS > > .include <bsd.port.options.mk> >@@ -29,20 +31,15 @@ > > GNU_CONFIGURE= yes > >-MAN1= ccrypt.1 ccguess.1 >-MLINKS= ccrypt.1 ccencrypt.1 \ >- ccrypt.1 ccdecrypt.1 \ >- ccrypt.1 ccat.1 >- > post-patch: > @${REINPLACE_CMD} -e 's|gtar|tar|g' ${WRKSRC}/configure > > post-install: > .if ${PORT_OPTIONS:MDOCS} >- @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} > .for i in ccrypt.html cypfaq01.txt >- ${INSTALL_DATA} ${WRKSRC}/doc/$i ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/doc/$i ${STAGEDIR}${DOCSDIR} > .endfor > .endif > >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 359707) >+++ pkg-plist (working copy) >@@ -3,9 +3,14 @@ > bin/ccencrypt > bin/ccguess > bin/ccrypt >+man/man1/ccencrypt.1.gz >+man/man1/ccdecrypt.1.gz >+man/man1/ccat.1.gz >+man/man1/ccrypt.1.gz >+man/man1/ccguess.1.gz > %%NLS%%share/locale/de/LC_MESSAGES/ccrypt.mo > %%NLS%%share/locale/fr/LC_MESSAGES/ccrypt.mo > %%PORTDOCS%%%%DOCSDIR%%/README > %%PORTDOCS%%%%DOCSDIR%%/ccrypt.html > %%PORTDOCS%%%%DOCSDIR%%/cypfaq01.txt >-%%PORTDOCS%%@dirrm %%DOCSDIR%% >+%%PORTDOCS%%@dirrmtry %%DOCSDIR%% >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dev2
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 191478
:
144245
|
144250
| 144261