svn commit: r386213 - head/graphics/feh
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed May 13 13:04:25 UTC 2015
Author: amdmi3
Date: Wed May 13 13:04:24 2015
New Revision: 386213
URL: https://svnweb.freebsd.org/changeset/ports/386213
Log:
- Add CPE info
- Add LICENSE_FILE
- Simplify MASTER_SITES
Approved by: portmgr blanket
Modified:
head/graphics/feh/Makefile
Modified: head/graphics/feh/Makefile
==============================================================================
--- head/graphics/feh/Makefile Wed May 13 13:03:46 2015 (r386212)
+++ head/graphics/feh/Makefile Wed May 13 13:04:24 2015 (r386213)
@@ -6,19 +6,20 @@ PORTVERSION= 2.12
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://feh.finalrewind.org/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= uqs
+ LOCAL/uqs
MAINTAINER= zeising at FreeBSD.org
COMMENT= Image viewer that utilizes Imlib2
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libImlib2.so:${PORTSDIR}/graphics/imlib2
USE_XORG= x11 xt xinerama
-USES= gmake perl5 tar:bzip2 shebangfix desktop-file-utils
+USES= cpe gmake perl5 tar:bzip2 shebangfix desktop-file-utils
+CPE_VENDOR= daniel_friesel
USE_PERL5= run
CPPFLAGS+= -I${LOCALBASE}/include -std=c99
More information about the svn-ports-all
mailing list