Bug 80674 - [MAINT] mail/altermime: update to 0.3.6
Summary: [MAINT] mail/altermime: update to 0.3.6
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: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-05 21:30 UTC by Ion-Mihai " IOnut " Tetcu
Modified: 2005-05-06 09:02 UTC (History)
0 users

See Also:


Attachments
altermime-0.3.5_to_0.3.6.diff (689 bytes, patch)
2005-05-05 21:30 UTC, Ion-Mihai " IOnut " Tetcu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ion-Mihai " IOnut " Tetcu 2005-05-05 21:30:02 UTC

Update to 0.3.6:
 Numerous fixes, including removeall and disclaimer insertion facilities. Also fixed up a segfault situation.
 See http://www.pldaniels.com/altermime/CHANGELOG for details.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2005-05-05 21:58:09 UTC
State Changed
From-To: open->feedback


I suggest the following modifications; could you please review them? 

- remove the superfluous target do-build; 

- install under $PREFIX. 

--- altermime.diff begins here --- 
diff -urN mail/altermime.orig/Makefile mail/altermime/Makefile 
--- mail/altermime.orig/Makefile	Thu May  5 22:54:05 2005 
+++ mail/altermime/Makefile	Thu May  5 22:52:21 2005 
@@ -22,11 +22,8 @@ 
post-patch: 
@${REINPLACE_CMD} -e "s/CFLAGS=-Wall -g/CFLAGS=-Wall ${CFLAGS}/" ${WRKSRC}/Makefile 

-do-build: 
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f Makefile 
- 
do-install: 
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${LOCALBASE}/bin 
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin 
.ifndef(NOPORTDOCS) 
${MKDIR} ${DOCSDIR} 
.for i in ${PORTDOCS} 
--- altermime.diff ends here --- 

Regards, 



Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2005-05-05 21:58:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry


Take it.
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2005-05-06 09:01:51 UTC
State Changed
From-To: feedback->closed


Committed, thanks!