pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libi2pd: fixed pkglint's warnings about alignment
Module Name: pkgsrc-wip
Committed By: Jake Slazenger <jake.slazenger%yandex.com@localhost>
Pushed By: jakeSlaz
Date: Thu Mar 22 22:25:37 2018 +0300
Changeset: b12879866e27f7daff5ba7efe4b4d08cf9ef1e3d
Modified Files:
libi2pd/Makefile
libi2pd/Makefile.common
Log Message:
libi2pd: fixed pkglint's warnings about alignment
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b12879866e27f7daff5ba7efe4b4d08cf9ef1e3d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libi2pd/Makefile | 6 +++---
libi2pd/Makefile.common | 16 ++++++++--------
2 files changed, 11 insertions(+), 11 deletions(-)
diffs:
diff --git a/libi2pd/Makefile b/libi2pd/Makefile
index 9dc6a567c2..d5b568ee1d 100644
--- a/libi2pd/Makefile
+++ b/libi2pd/Makefile
@@ -1,8 +1,8 @@
# $NetBSD$
-.include "Makefile.common"
+.include "Makefile.common"
-PKGNAME= libi2pd-${I2PD_VERSION}
-COMMENT= i2pd library
+PKGNAME= libi2pd-${I2PD_VERSION}
+COMMENT= i2pd library
CMAKE_ARGS+= -DWITH_LIBRARY=yes
CMAKE_ARGS+= -DWITH_BINARY=no
diff --git a/libi2pd/Makefile.common b/libi2pd/Makefile.common
index 3d09afcaa5..d6e4e03bcd 100644
--- a/libi2pd/Makefile.common
+++ b/libi2pd/Makefile.common
@@ -4,18 +4,18 @@
GITHUB_PROJECT= i2pd
I2PD_VERSION= 2.18.0
-DISTNAME= i2pd-${I2PD_VERSION}
-CATEGORIES= net
+DISTNAME= i2pd-${I2PD_VERSION}
+CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=PurpleI2P/}
DIST_SUBDIR= ${GITHUB_PROJECT}
-WRKSRC= ${WRKDIR}/${DISTNAME}/
-CMAKE_ARG_PATH= build/
+WRKSRC= ${WRKDIR}/${DISTNAME}/
+CMAKE_ARG_PATH= build/
-MAINTAINER= jake.slazenger%yandex.com@localhost
-HOMEPAGE= https://github.com/PurpleI2P/i2pd/
-LICENSE= modified-bsd
+MAINTAINER= jake.slazenger%yandex.com@localhost
+HOMEPAGE= https://github.com/PurpleI2P/i2pd/
+LICENSE= modified-bsd
-USE_CMAKE= yes
+USE_CMAKE= yes
USE_LANGUAGES= c c++11
Home |
Main Index |
Thread Index |
Old Index