Bug 72568 - update mail/py-spambayes to 1.0
Summary: update mail/py-spambayes to 1.0
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: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-12 12:30 UTC by Choe
Modified: 2004-10-15 00:44 UTC (History)
0 users

See Also:


Attachments
file.diff (190 bytes, patch)
2004-10-12 12:30 UTC, Choe
no flags Details | Diff
file.diff (396 bytes, patch)
2004-10-12 12:30 UTC, Choe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Choe freebsd_committer freebsd_triage 2004-10-12 12:30:19 UTC
      update mail/py-spambayes to 1.0

Fix: PORTNAME=      spambayes
-PORTVERSION=   1.0.rc.1
-PORTREVISION=  1
+PORTVERSION=   1.0
+PORTREVISION=  0
CATEGORIES=    mail python
MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=    ${PORTNAME}
@@ -30,7 +30,8 @@
               README.txt \
               TESTING.txt \
               WHAT_IS_NEW.txt \
-               contrib/
+               contrib/ \
+               utilities/

post-extract:
       @${CHMOD} -Rf u+w ${WRKSRC}
@@ -45,6 +46,9 @@
.endfor
       @${MKDIR} ${DOCSDIR}/contrib
       @${INSTALL_DATA} ${WRKSRC}/contrib/* ${DOCSDIR}/contrib
+
+       @${MKDIR} ${DOCSDIR}/utilities
+       @${INSTALL_DATA} ${WRKSRC}/utilities/* ${DOCSDIR}/utilities
.endif

.include <bsd.port.mk>
How-To-Repeat:       N/A
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-12 15:15:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer.
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2004-10-15 00:44:41 UTC
State Changed
From-To: open->closed

Committed, thanks!