Bug 181424 - [maintainer-update] Update textproc/dictem to 1.0.4
Summary: [maintainer-update] Update textproc/dictem to 1.0.4
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-20 10:10 UTC by Max N. Boyarov
Modified: 2013-08-21 01:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.21 KB, patch)
2013-08-20 10:10 UTC, Max N. Boyarov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max N. Boyarov 2013-08-20 10:10:00 UTC
update to new upstream 1.0.4
also change my email

Fix: Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2013-08-20 17:19:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-21 01:44:40 UTC
Author: wen
Date: Wed Aug 21 00:44:26 2013
New Revision: 325078
URL: http://svnweb.freebsd.org/changeset/ports/325078

Log:
  - Update to 1.0.4
  - Trim Makefile headers
  - Update maintainer's email
  - Convert to optionsNG
  
  PR:		181424
  Submitted by:	"Max N. Boyarov" <m.boyarov@gmail.com> (maintainer)

Modified:
  head/textproc/dictem/Makefile
  head/textproc/dictem/distinfo

Modified: head/textproc/dictem/Makefile
==============================================================================
--- head/textproc/dictem/Makefile	Tue Aug 20 22:03:10 2013	(r325077)
+++ head/textproc/dictem/Makefile	Wed Aug 21 00:44:26 2013	(r325078)
@@ -1,29 +1,29 @@
-# New ports collection makefile for:	dictem
-# Date created:				24 Apr 2006
-# Whom:					Max N. Boyarov <m.boyarov@gmail.com>
-#
+# Created by: Max N. Boyarov <m.boyarov@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	dictem
-PORTVERSION=	1.0.2
-PORTREVISION=	11
+PORTVERSION=	1.0.4
 CATEGORIES=	textproc net elisp
 MASTER_SITES=	SF/dictem/dictem/dictem-${PORTVERSION}
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
-MAINTAINER=	m.boyarov@gmail.com
+MAINTAINER=	max.n.boyarov@gmail.com
 COMMENT=	DictEm is a dict client for [X]Emacs
 
 RUN_DEPENDS=	${LOCALBASE}/bin/dict:${PORTSDIR}/textproc/dict
 
 USE_EMACS=	yes
 
-PLIST_FILES+=	${LISPDIR}/dictem.el	\
-		${LISPDIR}/dictem.elc
+SRC_EL=		dictem.el dictem-lingvo-dsl.el dictem-elisp.el
+
+.for f in ${SRC_EL}
+PLIST_FILES+=	${LISPDIR}/${f} \
+		${LISPDIR}/${f:S/.el$/.elc/}
+.endfor
 PLIST_DIRS+=	${LISPDIR}
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-PORTDOCS+=	README AUTHORS NEWS ChangeLog COPYING TODO
+PORTDOCS+=	README AUTHORS NEWS COPYING TODO
 
 .include <bsd.port.pre.mk>
 
@@ -34,15 +34,19 @@ LISPDIR=	${EMACS_VERSION_SITE_LISPDIR}/d
 .endif
 
 do-build:
-	${EMACS_CMD} -batch -f batch-byte-compile ${WRKSRC}/dictem.el
+.for f in ${SRC_EL}
+	${EMACS_CMD} --no-site-file --no-init-file \
+		-batch -L ${WRKSRC} \
+		-f batch-byte-compile ${WRKSRC}/${f}
+.endfor
 
 do-install:
 	${MKDIR} ${PREFIX}/${LISPDIR}
-	${INSTALL_DATA} ${WRKSRC}/dictem.el ${PREFIX}/${LISPDIR}/
-	${INSTALL_DATA} ${WRKSRC}/dictem.elc ${PREFIX}/${LISPDIR}/
+	cd ${WRKSRC} && ${INSTALL_DATA} ${SRC_EL} ${SRC_EL:S/.el$/.elc/} \
+		 ${PREFIX}/${LISPDIR}/
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .for doc in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}

Modified: head/textproc/dictem/distinfo
==============================================================================
--- head/textproc/dictem/distinfo	Tue Aug 20 22:03:10 2013	(r325077)
+++ head/textproc/dictem/distinfo	Wed Aug 21 00:44:26 2013	(r325078)
@@ -1,2 +1,2 @@
-SHA256 (dictem-1.0.2.tar.gz) = 10918005874d9443435a81406a512a43ae1387280081f7bd15ae1189c5519413
-SIZE (dictem-1.0.2.tar.gz) = 34354
+SHA256 (dictem-1.0.4.tar.gz) = d28f3a51c3991f04b25534a9aecdff2473ff71d697ac978d0641f4026518c1ad
+SIZE (dictem-1.0.4.tar.gz) = 22376
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2013-08-21 01:50:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!