ports/155836: Update port: textproc/sdf

KATO Tsuguru tkato432 at yahoo.com
Tue Mar 22 18:20:18 UTC 2011


>Number:         155836
>Category:       ports
>Synopsis:       Update port: textproc/sdf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 18:20:17 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Utilize COPYTREE_SHARE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/textproc/sdf/Makefile textproc/sdf/Makefile
--- /usr/ports/textproc/sdf/Makefile	2011-03-13 20:33:24.000000000 +0900
+++ textproc/sdf/Makefile	2011-03-14 06:11:52.000000000 +0900
@@ -10,21 +10,20 @@
 PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:IANC
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple Document Format - "author-friendly" mark-up system
 
-DEPRECATED=     Upstream disapear and distfile is no more available
-EXPIRATION_DATE=        2011-05-01
+PERL_CONFIGURE=	yes
 
 MAN1=		pod2sdf.1
 
-PERL_CONFIGURE=	yes
-
 post-install:
 .if !defined(NOPORTDOCS)
-	${CP} -R ${WRKSRC}/doc/ ${PREFIX}/share/doc/sdf
+	@${MKDIR} ${DOCSDIR}
+	@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR})
 .endif
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list