ports/172253: sysutils/safecat: Update MASTER_SITES

KATO Tsuguru tkato432 at yahoo.com
Mon Oct 1 18:10:16 UTC 2012


>Number:         172253
>Category:       ports
>Synopsis:       sysutils/safecat: Update MASTER_SITES
>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:   Mon Oct 01 18:10:16 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_UNSAFE
- Support PLIST_FILES

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/sysutils/safecat/Makefile sysutils/safecat/Makefile
--- /usr/ports/sysutils/safecat/Makefile	2012-02-28 05:32:29.000000000 +0900
+++ sysutils/safecat/Makefile	2012-09-27 17:50:47.000000000 +0900
@@ -8,23 +8,26 @@
 PORTNAME=	safecat
 PORTVERSION=	1.13
 CATEGORIES=	sysutils mail
-MASTER_SITES=	http://jeenyus.net/~budney/linux/software/safecat/ \
-		${MASTER_SITE_LOCAL:S/local-distfiles/local-distfiles\/roam/} \
-		${MASTER_SITE_SUNSITE} \
+MASTER_SITES=	http://www.jeenyus.net/linux/software/safecat/ \
+		LOCAL/roam/sysutils/safecat \
 		http://people.FreeBSD.org/~roam/ports/sysutils/safecat/
-MASTER_SITE_SUBDIR=	utils/file
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Safely write data to a directory using D. J. Bernstein's Maildir ideology
 
-MAN1=		safecat.1 maildir.1
-
-do-configure:
-		${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/conf-root
-		${REINPLACE_CMD} -e "s,cc -O2,${CC} ${CFLAGS}," ${WRKSRC}/conf-cc
-		${REINPLACE_CMD} -e "s,cc -s,${CC} ${CFLAGS} ${STRIP}," ${WRKSRC}/conf-ld
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 ALL_TARGET=	it
 INSTALL_TARGET=	setup check
+MAKE_JOBS_UNSAFE=yes
+
+MAN1=		maildir.1 safecat.1
+PLIST_FILES=	bin/maildir bin/safecat
+
+post-patch:
+	@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/conf-root
+	@${REINPLACE_CMD} -e "s,cc -O2,${CC} ${CFLAGS}," ${WRKSRC}/conf-cc
+	@${REINPLACE_CMD} -e "s,cc -s,${CC} ${CFLAGS} ${STRIP}," ${WRKSRC}/conf-ld
 
 .include <bsd.port.mk>
diff -urN /usr/ports/sysutils/safecat/pkg-descr sysutils/safecat/pkg-descr
--- /usr/ports/sysutils/safecat/pkg-descr	2003-05-08 21:00:13.000000000 +0900
+++ sysutils/safecat/pkg-descr	2012-09-27 17:47:32.000000000 +0900
@@ -16,5 +16,5 @@
   possible. However, safecat takes every precaution possible in writing
   your data.
 
-Author:		Len Budney <lbudney at pobox.com>
-WWW:		http://www.pobox.com/~lbudney/linux/software/safecat.html
+Author:	Len Budney <lbudney at pobox.com>
+WWW:	http://www.jeenyus.net/linux/software/safecat.html
diff -urN /usr/ports/sysutils/safecat/pkg-plist sysutils/safecat/pkg-plist
--- /usr/ports/sysutils/safecat/pkg-plist	2000-12-27 20:06:40.000000000 +0900
+++ sysutils/safecat/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,2 +0,0 @@
-bin/safecat
-bin/maildir
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list