Bug 70369 - [MAINTAINER] news/sn: update to 0.3.8
Summary: [MAINTAINER] news/sn: update to 0.3.8
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: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-12 17:00 UTC by Andreas Fehlner
Modified: 2004-10-27 08:15 UTC (History)
0 users

See Also:


Attachments
sn-0.3.8.patch (2.32 KB, patch)
2004-08-12 17:00 UTC, Andreas Fehlner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Fehlner 2004-08-12 17:00:51 UTC
- Update to 0.3.8

Generated with FreeBSD Port Tools 0.63
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-08-13 08:33:09 UTC
State Changed
From-To: open->feedback

When installing the package, you don't create /var/spool/news. 
Either use the @exec-command in pkg-plist, or a pkg-[de]install script. 

Furthermor, I'd like to suggest the following change: 
-DOCS=          README CHANGES FAQ INSTALL INTERNALS  
+PORTDOCS=      README CHANGES FAQ INSTALL INTERNALS  
THANKS TODO INSTALL.notes INSTALL.notes2  
INSTALL.run INSTALL.upgrade 

@@ -36,7 +36,7 @@ 
post-install: 
.if !defined(NOPORTDOCS) 
@${MKDIR} ${DOCSDIR} 
-       cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} 
+       cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} 
.endif 

Using PORTDOCS, you don't have to list the docs in pkg-plist. 


Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-08-13 08:33:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I'll handle this.
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-10-27 08:15:25 UTC
State Changed
From-To: feedback->closed

Committed with modifications after feedback-timeout, thanks!