diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-15 11:21:34 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-15 11:21:34 +0000 |
commit | d381fc190131b21503345bda5d5d19a9ea6de674 (patch) | |
tree | 6b1b86ce91a05fbc6aa85aa114802e5932fd4bd6 /editors/led | |
parent | d3bd9c107b7c737e9f35d1b3c79b99b5bc4ed440 (diff) | |
download | FreeBSD-ports-d381fc190131b21503345bda5d5d19a9ea6de674.zip FreeBSD-ports-d381fc190131b21503345bda5d5d19a9ea6de674.tar.gz |
upgrade to 2.0
PR: 40581
Submitted by: maintainer
Diffstat (limited to 'editors/led')
-rw-r--r-- | editors/led/Makefile | 21 | ||||
-rw-r--r-- | editors/led/distinfo | 2 | ||||
-rw-r--r-- | editors/led/files/patch-Makefile.in | 19 | ||||
-rw-r--r-- | editors/led/files/patch-src::file.c | 12 | ||||
-rw-r--r-- | editors/led/pkg-plist | 24 |
5 files changed, 19 insertions, 59 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile index 8bdc898..339737a 100644 --- a/editors/led/Makefile +++ b/editors/led/Makefile @@ -6,8 +6,7 @@ # PORTNAME= led -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}-editor @@ -16,22 +15,4 @@ MAINTAINER= fracture@allusion.net GNU_CONFIGURE= yes -MAN1= led.1 -MANCOMPRESSED= yes - -.if !defined(NOPORTDOCS) -PKGMESSAGE= ${WRKDIR}/pkg-message -.else -PKGMESSAGE= /nonexistant -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/sample.ledrc ${DOCSDIR} - @${SED} 's|%%DOCSDIR%%|${DOCSDIR}|g' ${PKGDIR}/pkg-message > \ - ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} -.endif - .include <bsd.port.mk> diff --git a/editors/led/distinfo b/editors/led/distinfo index 9841ada..23a6389 100644 --- a/editors/led/distinfo +++ b/editors/led/distinfo @@ -1 +1 @@ -MD5 (led-0.9.2.tar.gz) = 1ff2d6b1318c1e958b7ccf49f0a5c1a5 +MD5 (led-2.0.tar.gz) = 77692bb33d1041626425d37b9fccbf42 diff --git a/editors/led/files/patch-Makefile.in b/editors/led/files/patch-Makefile.in deleted file mode 100644 index 917e600..0000000 --- a/editors/led/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in 2001/06/07 09:15:55 1.1 -+++ Makefile.in 2001/06/07 09:15:12 -@@ -28,11 +28,11 @@ - - install: all - @INSTALL@ -d @prefix@/bin -- @INSTALL@ src/$(PROG) @prefix@/bin/ -+ @INSTALL@ -s src/$(PROG) @prefix@/bin/ - - @INSTALL@ -d @prefix@/lib/$(PROG) - for i in build-modes/* ; do \ -- @INSTALL@ $$i @prefix@/lib/$(PROG)/ ; \ -+ @INSTALL@ -s $$i @prefix@/lib/$(PROG)/ ; \ - done - - @INSTALL@ -d @prefix@/man/man1 diff --git a/editors/led/files/patch-src::file.c b/editors/led/files/patch-src::file.c deleted file mode 100644 index e0df894f..0000000 --- a/editors/led/files/patch-src::file.c +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD$ - ---- src/file.c.orig Sun Jun 10 06:44:19 2001 -+++ src/file.c Tue Apr 30 02:15:40 2002 -@@ -148,4 +148,6 @@ - - curr = curr->next; - } -+ fflush(fp); -+ fsync(fileno(fp)); - } diff --git a/editors/led/pkg-plist b/editors/led/pkg-plist index fd65177..d1b9b3f 100644 --- a/editors/led/pkg-plist +++ b/editors/led/pkg-plist @@ -1,9 +1,19 @@ bin/led -lib/led/c.so -lib/led/html.so -lib/led/mbox.so -lib/led/python.so -lib/led/sh.so +lib/led/modules/perlapi.so +share/led/syntax/conf +share/led/syntax/c +share/led/syntax/h +share/led/syntax/cc +share/led/syntax/ledrc +share/led/syntax/cs +share/led/syntax/mail +share/led/syntax/perl +share/led/syntax/python +share/led/syntax/sh +share/led/syntax/syntax +share/led/syntax/tex +share/led/color +@dirrm share/led/syntax +@dirrm share/led +@dirrm lib/led/modules @dirrm lib/led -%%PORTDOCS%%share/doc/led/sample.ledrc -%%PORTDOCS%%@dirrm share/doc/led |