Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 08:45:30 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331468 - head/deskutils/ljclive
Message-ID:  <201310240845.r9O8jUMO085590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Thu Oct 24 08:45:30 2013
New Revision: 331468
URL: http://svnweb.freebsd.org/changeset/ports/331468

Log:
  - Rename PORTNAME to avoid naming conflict
  - Enable staging
  - Bump PORTREVISION

Modified:
  head/deskutils/ljclive/Makefile
  head/deskutils/ljclive/pkg-plist

Modified: head/deskutils/ljclive/Makefile
==============================================================================
--- head/deskutils/ljclive/Makefile	Thu Oct 24 08:37:24 2013	(r331467)
+++ head/deskutils/ljclive/Makefile	Thu Oct 24 08:45:30 2013	(r331468)
@@ -1,24 +1,21 @@
 # Created by: johans
 # $FreeBSD$
 
-PORTNAME=	clive
+PORTNAME=	ljclive
 PORTVERSION=	0.4.10
+PORTREVISION=	1
 CATEGORIES=	deskutils
-MASTER_SITES=	SF/lj${PORTNAME}/lj${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
+DISTNAME=	clive-${PORTVERSION}
 
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	A command line client for posting LiveJournal entries
 
-USES=	iconv
-
-MAN1=	clive.1
-
+USES=		iconv
 GNU_CONFIGURE=	yes
 
 CONFLICTS=	*clive-[1-9]*
-LATEST_LINK=	ljclive
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-patch:

Modified: head/deskutils/ljclive/pkg-plist
==============================================================================
--- head/deskutils/ljclive/pkg-plist	Thu Oct 24 08:37:24 2013	(r331467)
+++ head/deskutils/ljclive/pkg-plist	Thu Oct 24 08:45:30 2013	(r331468)
@@ -1,3 +1,4 @@
 bin/clive
+man/man1/clive.1.gz
 share/clive/cliverc-example.conf
 @dirrm share/clive



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310240845.r9O8jUMO085590>